You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Reamer (via GitHub)" <gi...@apache.org> on 2023/04/06 09:25:58 UTC

[GitHub] [zeppelin] Reamer commented on a diff in pull request #4578: [ZEPPELIN-5891] Method contains useless variables

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-unsubscribe@zeppelin.apache.org

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