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 2020/02/15 07:04:19 UTC

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3650: [ZEPPELIN-4600] nullpoint error in the long time process use api to run a note

zjffdu commented on a change in pull request #3650: [ZEPPELIN-4600] nullpoint error in the long time process use api to run a note
URL: https://github.com/apache/zeppelin/pull/3650#discussion_r379775500
 
 

 ##########
 File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterProcess.java
 ##########
 @@ -51,13 +54,27 @@ public void setRemoteInterpreterEventPoller(RemoteInterpreterEventPoller eventPo
     this.remoteInterpreterEventPoller = eventPoller;
   }
 
+  public void shutdown()
+  {
 
 Review comment:
   code style issue. please use this style
   ```
   public void shutdown() {
   }
   ```

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


With regards,
Apache Git Services