snuyanzin commented on code in PR #24315: URL: https://github.com/apache/flink/pull/24315#discussion_r1493005612
########## 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`? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org