zjffdu commented on a change in pull request #3925:
URL: https://github.com/apache/zeppelin/pull/3925#discussion_r495516862
##########
File path:
zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterServer.java
##########
@@ -132,7 +129,7 @@
private Map<String, Object> remoteWorksResponsePool;
- private static final long DEFAULT_SHUTDOWN_TIMEOUT = 2000;
+ private static final int DEFAULT_SHUTDOWN_TIMEOUT = 2000;
Review comment:
We can move the static fields ahead.
----------------------------------------------------------------
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]