Polish: follow naming convention

This commit is contained in:
igor-suhorukov
2018-03-01 00:00:35 +03:00
committed by Juergen Hoeller
parent 8080f56db8
commit 83300c4b27
3 changed files with 5 additions and 5 deletions

View File

@@ -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;