From 7f85322ddd398c35fdae14efada0c631d35f32f5 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Tue, 27 Feb 2018 13:38:54 -0800 Subject: [PATCH] Fix checkstyle --- .../boot/context/properties/bind/BindConverter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }