zjffdu commented on a change in pull request #3335: [MINOR] Refactor CronJob
class
URL: https://github.com/apache/zeppelin/pull/3335#discussion_r267191480
##########
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:
Could you remove these changes caused by IDE ? Otherwise it is difficult to
track the commit history.
----------------------------------------------------------------
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]
With regards,
Apache Git Services