Skip to content

Commit ecfcf5e

Browse files
committed
Make constructor protected.
1 parent 156f00c commit ecfcf5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-annotated-data-binder-core/src/main/java/com/mattbertolini/spring/web/bind/AbstractPropertyResolverRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
public abstract class AbstractPropertyResolverRegistry<T extends RequestPropertyResolverBase<?, ?>> {
3434
private final Set<T> propertyResolvers;
3535

36-
public AbstractPropertyResolverRegistry() {
36+
protected AbstractPropertyResolverRegistry() {
3737
propertyResolvers = new LinkedHashSet<>();
3838
}
3939

0 commit comments

Comments
 (0)