XComp commented on code in PR #24315:
URL: https://github.com/apache/flink/pull/24315#discussion_r1494214115
##########
flink-core/src/test/java/org/apache/flink/testutils/ClassLoaderUtils.java:
##########
@@ -55,7 +58,7 @@ private static URLClassLoader createClassLoader(File root,
ClassLoader parent)
return new URLClassLoader(new URL[] {root.toURI().toURL()}, parent);
}
- private static void writeAndCompile(File root, String filename, String
source)
+ public static void writeAndCompile(File root, String filename, String
source)
Review Comment:
> do we need to have it public?
Good catch. That is the leftover from my initial approach which I missed to
roll back.
--
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]