Reamer commented on code in PR #4800:
URL: https://github.com/apache/zeppelin/pull/4800#discussion_r1754319428


##########
zeppelin-server/src/main/java/org/apache/zeppelin/socket/NotebookSocket.java:
##########
@@ -36,21 +40,27 @@ public NotebookSocket(Session session, Map<String, Object> 
headers) {
     this.session = session;
     this.headers = headers;
     this.user = StringUtils.EMPTY;
+    LOGGER.debug("NotebookSocket created for session: {}", session.getId());
   }
 
   public String getHeader(String key) {
-    return String.valueOf(headers.get(key));
+      return String.valueOf(headers.get(key));

Review Comment:
   nit - please remove the two spaces. Zeppelin uses in most java classes an 
indentation of two spaces



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to