Bowen0729 commented on a change in pull request #4061: URL: https://github.com/apache/zeppelin/pull/4061#discussion_r583352741
########## File path: zeppelin-client-examples/src/main/java/org/apache/zeppelin/client/examples/ZeppelinClientExample.java ########## @@ -41,6 +41,9 @@ public static void main(String[] args) throws Exception { noteId = zClient.createNote(notePath); System.out.println("Created note: " + noteId); + zClient.renameNote(noteId, notePath + "_rename"); + System.out.println("Rename note: " + noteId + " to " + notePath + "_rename "); Review comment: Thank you for your review, I made som changes on 9779df4 ---------------------------------------------------------------- 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