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

[zeppelin] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


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

commit df69b18fb2d915b4268304ae769478efd88b619a
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
---
 .../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 17a3e1f..4b4165e 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 {