You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2017/05/11 15:18:38 UTC

[1/2] beam git commit: minor typo fix in comment

Repository: beam
Updated Branches:
  refs/heads/master ea8116c32 -> f5ace5c6a


minor typo fix in comment


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/875735ae
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/875735ae
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/875735ae

Branch: refs/heads/master
Commit: 875735aec9b402be50969ce37d396891730b29f0
Parents: ea8116c
Author: James Xu <xu...@gmail.com>
Authored: Thu May 11 16:07:10 2017 +0800
Committer: Dan Halperin <dh...@google.com>
Committed: Thu May 11 08:18:16 2017 -0700

----------------------------------------------------------------------
 .../core/src/main/java/org/apache/beam/sdk/transforms/Top.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/875735ae/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/Top.java
----------------------------------------------------------------------
diff --git a/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/Top.java b/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/Top.java
index dd8bc5f..99ec49b 100644
--- a/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/Top.java
+++ b/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/Top.java
@@ -66,7 +66,7 @@ public class Top {
    * given {@code Comparator<T>}.  The {@code Comparator<T>} must also
    * be {@code Serializable}.
    *
-   * <p>If {@code count} {@code <} the number of elements in the
+   * <p>If {@code count} {@code >} the number of elements in the
    * input {@code PCollection}, then all the elements of the input
    * {@code PCollection} will be in the resulting
    * {@code List}, albeit in sorted order.
@@ -110,7 +110,7 @@ public class Top {
    * {@code PCollection<T>}, in increasing order, sorted according to
    * their natural order.
    *
-   * <p>If {@code count} {@code <} the number of elements in the
+   * <p>If {@code count} {@code >} the number of elements in the
    * input {@code PCollection}, then all the elements of the input
    * {@code PCollection} will be in the resulting {@code PCollection}'s
    * {@code List}, albeit in sorted order.
@@ -154,7 +154,7 @@ public class Top {
    * {@code PCollection<T>}, in decreasing order, sorted according to
    * their natural order.
    *
-   * <p>If {@code count} {@code <} the number of elements in the
+   * <p>If {@code count} {@code >} the number of elements in the
    * input {@code PCollection}, then all the elements of the input
    * {@code PCollection} will be in the resulting {@code PCollection}'s
    * {@code List}, albeit in sorted order.


[2/2] beam git commit: This closes #3077

Posted by dh...@apache.org.
This closes #3077


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/f5ace5c6
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/f5ace5c6
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/f5ace5c6

Branch: refs/heads/master
Commit: f5ace5c6a096eb7b5c51876034e6227ba448bb44
Parents: ea8116c 875735a
Author: Dan Halperin <dh...@google.com>
Authored: Thu May 11 08:18:29 2017 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Thu May 11 08:18:29 2017 -0700

----------------------------------------------------------------------
 .../core/src/main/java/org/apache/beam/sdk/transforms/Top.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------