You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by da...@apache.org on 2015/08/18 17:50:21 UTC

[03/14] storm git commit: STORM-976.

STORM-976.


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

Branch: refs/heads/master
Commit: 7ca9b1eb04d506770b5f9690301c5c91a5a5a7ae
Parents: 60e6ed7
Author: YvonneIronberg <Yv...@gmail.com>
Authored: Fri Aug 14 11:08:20 2015 -0700
Committer: YvonneIronberg <Yv...@gmail.com>
Committed: Fri Aug 14 11:08:20 2015 -0700

----------------------------------------------------------------------
 storm-core/src/jvm/backtype/storm/Config.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/7ca9b1eb/storm-core/src/jvm/backtype/storm/Config.java
----------------------------------------------------------------------
diff --git a/storm-core/src/jvm/backtype/storm/Config.java b/storm-core/src/jvm/backtype/storm/Config.java
index 287d8cc..1f46528 100644
--- a/storm-core/src/jvm/backtype/storm/Config.java
+++ b/storm-core/src/jvm/backtype/storm/Config.java
@@ -148,8 +148,8 @@ public class Config extends HashMap<String, Object> {
 		/**
 		 * A directory that holds configuration files for log4j2.
 		 */
-		public static final String STORM_LOG4J2_CONF_DIR = "storm.log4j2.conf.dir";
-		public static final Object STORM_LOG4J2_CONF_DIR_SCHEMA = String.class;
+    public static final String STORM_LOG4J2_CONF_DIR = "storm.log4j2.conf.dir";
+    public static final Object STORM_LOG4J2_CONF_DIR_SCHEMA = String.class;
 
     /**
      * A global task scheduler used to assign topologies's tasks to supervisors' wokers.