Repository: zeppelin
Updated Branches:
  refs/heads/master ff4c0f355 -> 440701d3d


[HOTFIX] [ZEPPELIN-3384] Checkstyle violation.

With https://github.com/apache/zeppelin/pull/2909 one of the indentation rule 
was missed which is causing the build to break.

[Hot Fix]

* Does the licenses files need update? N/A
* Is there breaking changes for older versions? N/A
* Does this needs documentation? N/A

Author: Prabhjyot Singh <prabhjyotsi...@gmail.com>

Closes #2927 from prabhjyotsingh/hotfix/ZEPPELIN-3384 and squashes the 
following commits:

f4a5141d9 [Prabhjyot Singh] ZEPPELIN-3384: Checkstyle violation.

Change-Id: I9bbb503307e9b04b8ed351a213bc41de097e2ece


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

Branch: refs/heads/master
Commit: 440701d3df279e73659ff0fd1be5c47bf896f7dc
Parents: ff4c0f3
Author: Prabhjyot Singh <prabhjyotsi...@gmail.com>
Authored: Sat Apr 14 18:47:01 2018 +0530
Committer: Prabhjyot Singh <prabhjyotsi...@gmail.com>
Committed: Sun Apr 15 00:20:21 2018 +0530

----------------------------------------------------------------------
 .../java/org/apache/zeppelin/jdbc/security/JDBCSecurityImpl.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/440701d3/jdbc/src/main/java/org/apache/zeppelin/jdbc/security/JDBCSecurityImpl.java
----------------------------------------------------------------------
diff --git 
a/jdbc/src/main/java/org/apache/zeppelin/jdbc/security/JDBCSecurityImpl.java 
b/jdbc/src/main/java/org/apache/zeppelin/jdbc/security/JDBCSecurityImpl.java
index 5411821..b093ab2 100644
--- a/jdbc/src/main/java/org/apache/zeppelin/jdbc/security/JDBCSecurityImpl.java
+++ b/jdbc/src/main/java/org/apache/zeppelin/jdbc/security/JDBCSecurityImpl.java
@@ -32,6 +32,7 @@ import java.util.Properties;
  * Created for org.apache.zeppelin.jdbc.security on 09/07/16.
  */
 public class JDBCSecurityImpl {
+
   private static final Logger LOGGER = 
LoggerFactory.getLogger(JDBCSecurityImpl.class);
 
   /***
@@ -57,7 +58,7 @@ public class JDBCSecurityImpl {
                 properties.getProperty("zeppelin.jdbc.keytab.location"));
           } else {
             LOGGER.info("The user has already logged in using Keytab and 
principal, " +
-              "no action required");
+                "no action required");
           }
         } catch (IOException e) {
           LOGGER.error("Failed to get either keytab location or principal name 
in the " +

Reply via email to