liuxunorg commented on a change in pull request #3412: ZEPPELIN-3065
URL: https://github.com/apache/zeppelin/pull/3412#discussion_r307383275
 
 

 ##########
 File path: 
zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/Note.java
 ##########
 @@ -836,7 +822,23 @@ public boolean run(String paragraphId) {
    * @param paragraphId ID of paragraph
    */
   public boolean run(String paragraphId, boolean blocking) {
+    return run(paragraphId, blocking, null);
+  }
+
+  /**
+   * Run a single para
 
 Review comment:
   Change `Run a single para` to `Run a single paragraph`

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to