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:22 UTC

[04/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/e7088c73
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/e7088c73
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/e7088c73

Branch: refs/heads/master
Commit: e7088c7348e954938ddc3c1187de5e30ba495a5d
Parents: 7ca9b1e
Author: YvonneIronberg <Yv...@gmail.com>
Authored: Fri Aug 14 11:10:05 2015 -0700
Committer: YvonneIronberg <Yv...@gmail.com>
Committed: Fri Aug 14 11:10:05 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/storm/blob/e7088c73/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 1f46528..89e0bfc 100644
--- a/storm-core/src/jvm/backtype/storm/Config.java
+++ b/storm-core/src/jvm/backtype/storm/Config.java
@@ -145,9 +145,9 @@ public class Config extends HashMap<String, Object> {
     public static final String STORM_LOCAL_DIR = "storm.local.dir";
     public static final Object STORM_LOCAL_DIR_SCHEMA = String.class;
 
-		/**
-		 * A directory that holds configuration files for log4j2.
-		 */
+    /**
+     * 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;