Reamer commented on a change in pull request #4092: URL: https://github.com/apache/zeppelin/pull/4092#discussion_r612301146
########## 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: Just a small style change. Please rename your method name to improve readability. https://rules.sonarsource.com/java/tag/convention/RSPEC-2047 btw. +1 for the new Exception -- 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