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
@@ -38,7 +38,7 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
|
||||
*/
|
||||
public class SetValueTests extends AbstractExpressionTests {
|
||||
|
||||
private final static boolean DEBUG = false;
|
||||
private static final boolean DEBUG = false;
|
||||
|
||||
|
||||
@Test
|
||||
|
||||
@@ -41,7 +41,7 @@ public class SpelCompilationPerformanceTests extends AbstractExpressionTests {
|
||||
|
||||
int iterations = 10; // number of times to repeat 'count' evaluations (for averaging)
|
||||
|
||||
private final static boolean noisyTests = true;
|
||||
private static final boolean noisyTests = true;
|
||||
|
||||
Expression expression;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user