GJL commented on a change in pull request #10282: [FLINK-14901] Throw Error in
MemoryUtils if there is problem with using system classes over reflection
URL: https://github.com/apache/flink/pull/10282#discussion_r350612412
##########
File path:
flink-core/src/main/java/org/apache/flink/util/JavaGcCleanerWrapper.java
##########
@@ -69,10 +70,12 @@ public static Runnable create(Object owner, Runnable
cleanOperation) {
return CLEANER_FACTORY.create(owner, cleanOperation);
}
+ @FunctionalInterface
Review comment:
I think these classify as unrelated changes. Consider a separate commit.
----------------------------------------------------------------
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