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

@@ -356,7 +356,7 @@ public abstract class AbstractJsonMarshalTester<T> {
*
* @param <M> The marshaller type
*/
protected static abstract class FieldInitializer<M> {
protected abstract static class FieldInitializer<M> {
private final Class<?> testerClass;