File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -307,8 +307,8 @@ public void testRunNonStaticMain() throws Throwable {
307307 RunJar runJar = spy (new RunJar ());
308308 // enable the client classloader
309309 when (runJar .useClientClassLoader ()).thenReturn (true );
310- // set the system classes and blacklist the test main class and the test
311- // third class so they can be loaded by the application classloader
310+ // set the system classes and blacklist the test main class so it
311+ // can be loaded by the application classloader
312312 String mainCls = NonStaticMain .class .getName ();
313313 String systemClasses = "-" + mainCls + ","
314314 + ApplicationClassLoader .SYSTEM_CLASSES_DEFAULT ;
You can’t perform that action at this time.
0 commit comments