Skip to content

Commit 415418f

Browse files
committed
Fix comment
1 parent 93b909e commit 415418f

File tree

1 file changed

+2
-2
lines changed
  • hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util

1 file changed

+2
-2
lines changed

hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestRunJar.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)