jongyoul commented on a change in pull request #3335: [MINOR] Refactor CronJob class URL: https://github.com/apache/zeppelin/pull/3335#discussion_r267190678
########## 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: Yes, it is. ---------------------------------------------------------------- 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