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/04/20 18:43:18 UTC

[1/2] beam git commit: Fix javadoc typo

Repository: beam
Updated Branches:
  refs/heads/master 321ec8d78 -> b47fd52cb


Fix javadoc typo


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

Branch: refs/heads/master
Commit: 7a645fbe033a24c978204327060f78c2ddffb58c
Parents: 321ec8d
Author: Dan Halperin <dh...@google.com>
Authored: Thu Apr 20 11:41:38 2017 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Thu Apr 20 11:41:38 2017 -0700

----------------------------------------------------------------------
 .../src/main/java/org/apache/beam/sdk/metrics/MetricResults.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/7a645fbe/sdks/java/core/src/main/java/org/apache/beam/sdk/metrics/MetricResults.java
----------------------------------------------------------------------
diff --git a/sdks/java/core/src/main/java/org/apache/beam/sdk/metrics/MetricResults.java b/sdks/java/core/src/main/java/org/apache/beam/sdk/metrics/MetricResults.java
index 1d83391..ce751d4 100644
--- a/sdks/java/core/src/main/java/org/apache/beam/sdk/metrics/MetricResults.java
+++ b/sdks/java/core/src/main/java/org/apache/beam/sdk/metrics/MetricResults.java
@@ -30,7 +30,7 @@ public abstract class MetricResults {
   /**
    * Query for all metric values that match a given filter.
    *
-   * The {@code filter} may filter based on the namespace and/or name of the metric, as well as
+   * <p>The {@code filter} may filter based on the namespace and/or name of the metric, as well as
    * the step that reported the metric.
    *
    * <p>For each type of metric, the result contains an iterable of all metrics of that type that


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

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


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

Branch: refs/heads/master
Commit: b47fd52cb87bccf821e8f66471b6e4d949fe9077
Parents: 321ec8d 7a645fb
Author: Dan Halperin <dh...@google.com>
Authored: Thu Apr 20 11:43:14 2017 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Thu Apr 20 11:43:14 2017 -0700

----------------------------------------------------------------------
 .../src/main/java/org/apache/beam/sdk/metrics/MetricResults.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------