This commit is contained in:
wangyu 2021-01-15 11:53:09 +08:00
parent ee334b4cd5
commit 855c3d327c
1 changed files with 0 additions and 4 deletions

View File

@ -24,10 +24,6 @@ public class DelegateJavaCompiler implements DynamicJavaCompiler {
return SingletonHolder.INSTANCE; return SingletonHolder.INSTANCE;
} }
public static ClassLoader classLoader() {
return ClassLoaders.memory();
}
/** /**
* 编译java源码通过字符串 * 编译java源码通过字符串
* *