liugddx commented on code in PR #6477:
URL: https://github.com/apache/seatunnel/pull/6477#discussion_r1519130143


##########
seatunnel-engine/seatunnel-engine-core/src/main/java/org/apache/seatunnel/engine/core/classloader/DefaultClassLoaderService.java:
##########
@@ -140,7 +140,7 @@ int queryClassLoaderReferenceCount(long jobId, 
Collection<URL> jars) {
 
     /** Only for test */
     @VisibleForTesting
-    int queryClassLoaderCount() {
+    public int queryClassLoaderCount() {

Review Comment:
   > If the test case in the same package with this class, the default scope is 
enough.
   
   It is an existing test case, which is in the zeta server package



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