Order modifiers to align with JLS
This commit also applies Checkstyle ModifierOrder to enforce it. See gh-31368
This commit is contained in:
committed by
Stéphane Nicoll
parent
f60791a8e2
commit
919faa2ce2
@@ -36,7 +36,7 @@ import static org.mockito.Mockito.mock;
|
||||
*/
|
||||
public class MethodMatchersTests {
|
||||
|
||||
private final static Method TEST_METHOD = mock(Method.class);
|
||||
private static final Method TEST_METHOD = mock(Method.class);
|
||||
|
||||
private final Method EXCEPTION_GETMESSAGE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user