diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/BindConverter.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/BindConverter.java index 8d1333a9962..c8de87f60fd 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/BindConverter.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/BindConverter.java @@ -110,7 +110,7 @@ class BindConverter { } /** - * Composite {@link ConversionService} used to call multiple services + * Composite {@link ConversionService} used to call multiple services. */ static class CompositeConversionService implements ConversionService { @@ -205,7 +205,7 @@ class BindConverter { private final SimpleTypeConverter typeConverter; - public TypeConverterConverter(SimpleTypeConverter typeConverter) { + TypeConverterConverter(SimpleTypeConverter typeConverter) { this.typeConverter = typeConverter; }