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


##########
zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/AuthorizationService.java:
##########
@@ -93,12 +93,7 @@ public void createNoteAuth(String noteId, AuthenticationInfo 
subject) {
     NoteAuth noteAuth = new NoteAuth(noteId, subject, conf);
     this.notesAuth.put(noteId, noteAuth);
   }
-
-  public void cloneNoteMeta(String noteId, String sourceNoteId, 
AuthenticationInfo subject) {
-    NoteAuth noteAuth = new NoteAuth(noteId, subject, conf);
-    this.notesAuth.put(noteId, noteAuth);
-  }
-
+  

Review Comment:
   I suspect spaces here.



-- 
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: dev-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to