Polish modifier declaration ordering

Follow that Java language specification.
This commit is contained in:
Phillip Webb
2018-05-02 15:07:35 -07:00
parent 64930d4e5b
commit 4e96587dc8
26 changed files with 31 additions and 31 deletions

View File

@@ -76,7 +76,7 @@ public class SilentExitExceptionHandlerTests {
}
private static abstract class TestThread extends Thread {
private abstract static class TestThread extends Thread {
private Throwable thrown;