You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2021/04/14 03:35:40 UTC

[GitHub] [zeppelin] cuspymd commented on a change in pull request #4093: [ZEPPELIN-55322] Add Feature 'delete paragraph' for ZeppelinClient

cuspymd commented on a change in pull request #4093:
URL: https://github.com/apache/zeppelin/pull/4093#discussion_r612913260



##########
File path: zeppelin-client/src/main/java/org/apache/zeppelin/client/ZeppelinClient.java
##########
@@ -559,6 +559,24 @@ public String addParagraph(String noteId, String title, String text) throws Exce
     return jsonNode.getObject().getString("body");
   }
 
+  /**
+   * delete paragraph with noteId and paragraphID
+   *
+   * @param noteId
+   * @param paragraphId
+   * @throws Exception

Review comment:
       It would be nice if there were more helpful descriptions. Of course you've referenced the existing code, but isn't there a need to copy the existing bad parts?




-- 
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:
users@infra.apache.org