Polish: reorder the modifiers to comply with the Java Language Specification.
This commit is contained in:
committed by
Juergen Hoeller
parent
a02aafe5fe
commit
0f7485b01d
@@ -87,7 +87,7 @@ public class InitDestroyAnnotationBeanPostProcessor
|
||||
private int order = Ordered.LOWEST_PRECEDENCE;
|
||||
|
||||
@Nullable
|
||||
private transient final Map<Class<?>, LifecycleMetadata> lifecycleMetadataCache = new ConcurrentHashMap<>(256);
|
||||
private final transient Map<Class<?>, LifecycleMetadata> lifecycleMetadataCache = new ConcurrentHashMap<>(256);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -113,7 +113,7 @@ public class InjectionMetadata {
|
||||
}
|
||||
|
||||
|
||||
public static abstract class InjectedElement {
|
||||
public abstract static class InjectedElement {
|
||||
|
||||
protected final Member member;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user