+ 修复 SimpleVersionControl 不支持热重载的问题

This commit is contained in:
坏黑
2018-10-03 18:03:15 +08:00
parent 6b45d144c2
commit 3b3212dcdc
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ public class AsmClassLoader extends ClassLoader {
}
public static AsmClassLoader getInstance() {
return AsmClassLoaderHolder.instance;
return new AsmClassLoader();
}
private AsmClassLoader() {