zjffdu commented on a change in pull request #4252:
URL: https://github.com/apache/zeppelin/pull/4252#discussion_r780675790



##########
File path: 
zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/Notebook.java
##########
@@ -748,4 +766,20 @@ public Boolean isRevisionSupported() {
       return false;
     }
   }
+
+  /**
+   * Functional Interface for note processing.
+   */
+  @FunctionalInterface
+  public static interface NoteProcessor<T> {

Review comment:
       static is redundant




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to