Fix comment
This commit is contained in:
parent
93b909ef70
commit
415418faab
@ -307,8 +307,8 @@ public void testRunNonStaticMain() throws Throwable {
|
|||||||
RunJar runJar = spy(new RunJar());
|
RunJar runJar = spy(new RunJar());
|
||||||
// enable the client classloader
|
// enable the client classloader
|
||||||
when(runJar.useClientClassLoader()).thenReturn(true);
|
when(runJar.useClientClassLoader()).thenReturn(true);
|
||||||
// set the system classes and blacklist the test main class and the test
|
// set the system classes and blacklist the test main class so it
|
||||||
// third class so they can be loaded by the application classloader
|
// can be loaded by the application classloader
|
||||||
String mainCls = NonStaticMain.class.getName();
|
String mainCls = NonStaticMain.class.getName();
|
||||||
String systemClasses = "-" + mainCls + ","
|
String systemClasses = "-" + mainCls + ","
|
||||||
+ ApplicationClassLoader.SYSTEM_CLASSES_DEFAULT;
|
+ ApplicationClassLoader.SYSTEM_CLASSES_DEFAULT;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user