Polish
This commit is contained in:
@@ -46,7 +46,7 @@ public class EnvironmentPostProcessorApplicationListener implements SmartApplica
|
||||
|
||||
private int order = DEFAULT_ORDER;
|
||||
|
||||
private EnvironmentPostProcessorsFactory postProcessorsFactory;
|
||||
private final EnvironmentPostProcessorsFactory postProcessorsFactory;
|
||||
|
||||
/**
|
||||
* Create a new {@link EnvironmentPostProcessorApplicationListener} with
|
||||
|
||||
@@ -196,7 +196,7 @@ class ApplicationContextRequestMatcherTests {
|
||||
super(Object.class);
|
||||
}
|
||||
|
||||
private AtomicBoolean initialized = new AtomicBoolean();
|
||||
private final AtomicBoolean initialized = new AtomicBoolean();
|
||||
|
||||
@Override
|
||||
protected void initialized(Supplier<Object> context) {
|
||||
|
||||
Reference in New Issue
Block a user