Polish modifier declaration ordering
Follow that Java language specification.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user