You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2018/04/03 13:38:19 UTC

zeppelin git commit: [HOTFIX] JavaDoc Fix for branch-0.8

Repository: zeppelin
Updated Branches:
  refs/heads/branch-0.8 a7bf3ac4a -> 380a92768


[HOTFIX] JavaDoc Fix for branch-0.8

### What is this PR for?
Trivial fix for javadoc of branch-0.8

### What type of PR is it?
[Hot Fix]

### Todos
* [ ] - Task

### What is the Jira issue?
* No jira created

### How should this be tested?
* CI pass

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? NO

Author: Jeff Zhang <zj...@apache.org>

Closes #2906 from zjffdu/JavaDoc_0.8 and squashes the following commits:

61ccd4d [Jeff Zhang] [HOTFIX] JavaDoc Fix for branch-0.8


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

Branch: refs/heads/branch-0.8
Commit: 380a9276840342529ba335658ca9bf00657e79d6
Parents: a7bf3ac
Author: Jeff Zhang <zj...@apache.org>
Authored: Tue Apr 3 14:10:44 2018 +0800
Committer: Jeff Zhang <zj...@apache.org>
Committed: Tue Apr 3 21:38:15 2018 +0800

----------------------------------------------------------------------
 .../org/apache/zeppelin/interpreter/SessionConfInterpreter.java   | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/380a9276/zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/SessionConfInterpreter.java
----------------------------------------------------------------------
diff --git a/zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/SessionConfInterpreter.java b/zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/SessionConfInterpreter.java
index e303ee6..f1fcdb4 100644
--- a/zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/SessionConfInterpreter.java
+++ b/zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/SessionConfInterpreter.java
@@ -27,6 +27,9 @@ import java.io.StringReader;
 import java.util.List;
 import java.util.Properties;
 
+/**
+ * ConfInterpreter for session level
+ */
 public class SessionConfInterpreter extends ConfInterpreter {
 
   private static Logger LOGGER = LoggerFactory.getLogger(SessionConfInterpreter.class);