Polishing

This commit is contained in:
Sam Brannen
2020-03-25 18:41:21 +01:00
parent 9fb614a5c6
commit 6d0bab332c

View File

@@ -151,7 +151,7 @@ public class CommonAnnotationBeanPostProcessor extends InitDestroyAnnotationBean
@Nullable
private static Class<? extends Annotation> ejbRefClass;
private final static Set<Class<? extends Annotation>> resourceAnnotationTypes = new LinkedHashSet<>(4);
private static final Set<Class<? extends Annotation>> resourceAnnotationTypes = new LinkedHashSet<>(4);
static {
try {