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 2019/03/21 07:02:13 UTC

[GitHub] [zeppelin] felixcheung commented on a change in pull request #3335: [MINOR] Refactor CronJob class

felixcheung commented on a change in pull request #3335: [MINOR] Refactor CronJob class
URL: https://github.com/apache/zeppelin/pull/3335#discussion_r267638851
 
 

 ##########
 File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/Notebook.java
 ##########
 @@ -64,11 +65,12 @@
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
+import com.google.common.collect.Sets;
 
 Review comment:
   tbh we keep moving these imports in various PRs. should we just adopt a style that could work consistently in IDE?

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