You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ki...@apache.org on 2016/02/05 20:19:04 UTC

[10/12] storm git commit: Fixing java docs

Fixing java docs


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

Branch: refs/heads/master
Commit: b0d8f4c59d3dfee75e7e0650ce225ba4ca7dece3
Parents: 85b24ae
Author: Kishor Patil <kp...@yahoo-inc.com>
Authored: Thu Feb 4 22:12:59 2016 -0600
Committer: Kishor Patil <kp...@yahoo-inc.com>
Committed: Thu Feb 4 22:12:59 2016 -0600

----------------------------------------------------------------------
 storm-core/src/jvm/org/apache/storm/Config.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/b0d8f4c5/storm-core/src/jvm/org/apache/storm/Config.java
----------------------------------------------------------------------
diff --git a/storm-core/src/jvm/org/apache/storm/Config.java b/storm-core/src/jvm/org/apache/storm/Config.java
index df0e64c..74231a0 100644
--- a/storm-core/src/jvm/org/apache/storm/Config.java
+++ b/storm-core/src/jvm/org/apache/storm/Config.java
@@ -140,7 +140,7 @@ public class Config extends HashMap<String, Object> {
     public static final String STORM_META_SERIALIZATION_DELEGATE = "storm.meta.serialization.delegate";
 
     /**
-     * A list of daemon metrics  reporter plugin class names. The classes should implement
+     * A list of daemon metrics  reporter plugin class names.
      * These plugins must implement {@link org.apache.storm.daemon.metrics.reporters.PreparableReporter} interface.
      */
     @isStringList