Fix code style

Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/8aa26e86
Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/8aa26e86
Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/8aa26e86

Branch: refs/heads/master
Commit: 8aa26e8651773fd6838b4b65b83195fdaff32640
Parents: 78691e8
Author: Lee moon soo <[email protected]>
Authored: Fri Mar 13 14:51:28 2015 +0900
Committer: Lee moon soo <[email protected]>
Committed: Fri Mar 13 14:51:28 2015 +0900

----------------------------------------------------------------------
 .../java/com/nflabs/zeppelin/interpreter/InterpreterFactory.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/8aa26e86/zeppelin-zengine/src/main/java/com/nflabs/zeppelin/interpreter/InterpreterFactory.java
----------------------------------------------------------------------
diff --git 
a/zeppelin-zengine/src/main/java/com/nflabs/zeppelin/interpreter/InterpreterFactory.java
 
b/zeppelin-zengine/src/main/java/com/nflabs/zeppelin/interpreter/InterpreterFactory.java
index b7c190f..5d65405 100644
--- 
a/zeppelin-zengine/src/main/java/com/nflabs/zeppelin/interpreter/InterpreterFactory.java
+++ 
b/zeppelin-zengine/src/main/java/com/nflabs/zeppelin/interpreter/InterpreterFactory.java
@@ -195,7 +195,8 @@ public class InterpreterFactory {
       InterpreterSetting setting = info.interpreterSettings.get(k);
 
       // Always use separate interpreter process
-      // While we decided to turn this feature on always (without providing 
enable/disable option on GUI).
+      // While we decided to turn this feature on always (without providing
+      // enable/disable option on GUI).
       // previously created setting should turn this feature on here.
       setting.getOption().setRemote(true);
 

Reply via email to