zjffdu commented on a change in pull request #3335: [MINOR] Refactor CronJob class URL: https://github.com/apache/zeppelin/pull/3335#discussion_r267190552
########## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/Notebook.java ########## @@ -414,7 +423,8 @@ public Note loadNoteFromRepo(String id, AuthenticationInfo subject) { for (AngularObject object : objectList) { SnapshotAngularObject snapshot = angularObjectSnapshot.get(object.getName()); if (snapshot == null || snapshot.getLastUpdate().before(lastUpdatedDate)) { - angularObjectSnapshot.put(object.getName(), + angularObjectSnapshot.put( Review comment: Are these changes caused by IDE automatically ? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services