You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2015/08/06 04:14:39 UTC

[4/6] storm git commit: added line incorrectly deleted

added line incorrectly deleted


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

Branch: refs/heads/master
Commit: 2360fe1ed6b5407658b3942ba15f1feff029ff09
Parents: 394d62a
Author: Boyang Jerry Peng <je...@yahoo-inc.com>
Authored: Tue Aug 4 09:29:15 2015 -0500
Committer: Boyang Jerry Peng <je...@yahoo-inc.com>
Committed: Tue Aug 4 09:29:15 2015 -0500

----------------------------------------------------------------------
 storm-core/src/jvm/backtype/storm/ConfigValidation.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/2360fe1e/storm-core/src/jvm/backtype/storm/ConfigValidation.java
----------------------------------------------------------------------
diff --git a/storm-core/src/jvm/backtype/storm/ConfigValidation.java b/storm-core/src/jvm/backtype/storm/ConfigValidation.java
index a4897c8..1153a4a 100644
--- a/storm-core/src/jvm/backtype/storm/ConfigValidation.java
+++ b/storm-core/src/jvm/backtype/storm/ConfigValidation.java
@@ -28,6 +28,7 @@ public class ConfigValidation {
     /**
      * Declares methods for validating configuration values.
      */
+    public static interface FieldValidator {
         /**
          * Validates the given field.
          * @param name the name of the field.