Remove duplicate words
Closes gh-5731
This commit is contained in:
committed by
Stephane Nicoll
parent
6ebc8d213d
commit
61b47079a4
@@ -175,7 +175,7 @@ public class RestarterTests {
|
||||
Thread viaFactory = factory.newThread(runnable);
|
||||
// Regular threads will inherit the current thread
|
||||
assertThat(regular.getContextClassLoader()).isEqualTo(contextClassLoader);
|
||||
// Factory threads should should inherit from the initial thread
|
||||
// Factory threads should inherit from the initial thread
|
||||
assertThat(viaFactory.getContextClassLoader()).isEqualTo(parentLoader);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user