Skip to content

Commit acb225f

Browse files
committed
修复CI问题
1 parent 1589629 commit acb225f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sermant-agentcore/sermant-agentcore-core/src/main/java/io/sermant/core/classloader/ClassLoaderManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ public static ClassLoader getContextClassLoaderOrUserClassLoader() {
104104
if (classLoader != null) {
105105
return classLoader;
106106
}
107+
107108
// In some Tomcat scenarios, sermant cannot obtain the class loader of the current thread.
108109
// In this case, the host class loader is used to load classes.
109110
return userClassLoader;

0 commit comments

Comments
 (0)