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/20 05:34:18 UTC

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

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:
users@infra.apache.org


With regards,
Apache Git Services