|
|
|
@ -274,7 +274,7 @@ public final class SpelCompiler implements Opcodes {
@@ -274,7 +274,7 @@ public final class SpelCompiler implements Opcodes {
|
|
|
|
|
|
|
|
|
|
private static final URL[] NO_URLS = new URL[0]; |
|
|
|
|
|
|
|
|
|
private final AtomicInteger classesDefinedCount = new AtomicInteger(0); |
|
|
|
|
private final AtomicInteger classesDefinedCount = new AtomicInteger(); |
|
|
|
|
|
|
|
|
|
public ChildClassLoader(@Nullable ClassLoader classLoader) { |
|
|
|
|
super(NO_URLS, classLoader); |
|
|
|
|