Polish: follow naming convention
This commit is contained in:
committed by
Juergen Hoeller
parent
8080f56db8
commit
83300c4b27
@@ -89,7 +89,7 @@ public class LocalSessionFactoryBuilder extends Configuration {
|
||||
new AnnotationTypeFilter(Embeddable.class, false),
|
||||
new AnnotationTypeFilter(MappedSuperclass.class, false)};
|
||||
|
||||
private final TypeFilter CONVERTER_TYPE_FILTER = new AnnotationTypeFilter(Converter.class, false);
|
||||
private static final TypeFilter CONVERTER_TYPE_FILTER = new AnnotationTypeFilter(Converter.class, false);
|
||||
|
||||
|
||||
private final ResourcePatternResolver resourcePatternResolver;
|
||||
|
||||
Reference in New Issue
Block a user