You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by pd...@apache.org on 2021/05/20 10:41:49 UTC

[zeppelin] branch branch-0.9 updated: [ZEPPELIN-5382] Correct comment in ZeppelinConfiguration

This is an automated email from the ASF dual-hosted git repository.

pdallig pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 372ab39  [ZEPPELIN-5382] Correct comment in ZeppelinConfiguration
372ab39 is described below

commit 372ab392b54bc42f8c93d6d2122b798062a51dbd
Author: Philipp Dallig <ph...@gmail.com>
AuthorDate: Thu May 20 08:40:06 2021 +0200

    [ZEPPELIN-5382] Correct comment in ZeppelinConfiguration
    
    ### What is this PR for?
    This PR correct a comment in ZeppelinConfiguration.java
    
    ### What type of PR is it?
     - Documentation
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-5382
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Philipp Dallig <ph...@gmail.com>
    
    Closes #4123 from Reamer/configuration_typo and squashes the following commits:
    
    8b3111623 [Philipp Dallig] Correct comment in ZeppelinConfiguration
    
    (cherry picked from commit df69b18fb2d915b4268304ae769478efd88b619a)
    Signed-off-by: Philipp Dallig <ph...@gmail.com>
---
 .../src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java b/zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java
index b722ae0..22c9cad 100644
--- a/zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java
+++ b/zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java
@@ -53,8 +53,8 @@ import org.slf4j.LoggerFactory;
  * Zeppelin configuration.
  *
  * Sources descending by priority:
- *   - system properties
  *   - environment variables
+ *   - system properties
  *   - configuration file
  */
 public class ZeppelinConfiguration {