Polish modifier declaration ordering
Follow that Java language specification.
This commit is contained in:
@@ -76,7 +76,7 @@ public class SilentExitExceptionHandlerTests {
|
||||
|
||||
}
|
||||
|
||||
private static abstract class TestThread extends Thread {
|
||||
private abstract static class TestThread extends Thread {
|
||||
|
||||
private Throwable thrown;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user