Bowen0729 commented on a change in pull request #4066:
URL: https://github.com/apache/zeppelin/pull/4066#discussion_r589225521



##########
File path: 
zeppelin-server/src/main/java/org/apache/zeppelin/rest/message/NewNoteRequest.java
##########
@@ -31,11 +31,16 @@
   //TODO(zjffdu) rename it to be notePath instead of name
   private String name;
   private String defaultInterpreterGroup;
+  private boolean addingEmptyParagraph = false;
   private List<NewParagraphRequest> paragraphs;
 
   public NewNoteRequest (){
   }
 
+  public Boolean getAddingEmptyParagraph() {

Review comment:
       my mistake, modified




----------------------------------------------------------------
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]


Reply via email to