Browse Source

Fix checkstyle

pull/12272/head
Madhura Bhave 8 years ago
parent
commit
7f85322ddd
  1. 4
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/BindConverter.java

4
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/BindConverter.java

@ -110,7 +110,7 @@ class BindConverter { @@ -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 { @@ -205,7 +205,7 @@ class BindConverter {
private final SimpleTypeConverter typeConverter;
public TypeConverterConverter(SimpleTypeConverter typeConverter) {
TypeConverterConverter(SimpleTypeConverter typeConverter) {
this.typeConverter = typeConverter;
}

Loading…
Cancel
Save