dannycranmer commented on a change in pull request #4092: URL: https://github.com/apache/zeppelin/pull/4092#discussion_r612393692
########## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/NoteManager.java ########## @@ -378,6 +386,24 @@ private String getNoteName(String notePath) { return notePath.substring(pos + 1); } + private boolean validateNotePathDoesNotExist(String notePath) { Review comment: I have renamed inline with the feedback. Thanks -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org