Closes gh-6234
This commit is contained in:
Johnny Lim
2016-06-27 20:40:14 +09:00
committed by Stephane Nicoll
parent 3151df624a
commit 301574de09
5 changed files with 13 additions and 12 deletions

View File

@@ -46,7 +46,7 @@ public class SilentExitExceptionHandlerTests {
}
@Test
public void doesntInterferWithOtherExceptions() throws Exception {
public void doesntInterfereWithOtherExceptions() throws Exception {
TestThread testThread = new TestThread() {
@Override
public void run() {