Reamer commented on pull request #4208: URL: https://github.com/apache/zeppelin/pull/4208#issuecomment-905393394
We should implement the [`AutoCloseable` interface](https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html) in this class. Maybe we can use the `try-with-resources` statement in the class that uses the class. Of course we have to rename the function name from `shutdown` to `close`. -- 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. To unsubscribe, e-mail: dev-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org