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

 ##########
 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:
   I don't set any special things except setting google-java-format. Could you 
try to do it with the same setting?

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

Reply via email to