diff --git a/src/main/java/org/springframework/data/convert/PropertyValueConverterRegistrar.java b/src/main/java/org/springframework/data/convert/PropertyValueConverterRegistrar.java index d4207d413..7e4246329 100644 --- a/src/main/java/org/springframework/data/convert/PropertyValueConverterRegistrar.java +++ b/src/main/java/org/springframework/data/convert/PropertyValueConverterRegistrar.java @@ -103,8 +103,6 @@ public class PropertyValueConverterRegistrar
> { /** * Register collected {@link PropertyValueConverter converters} within the given {@link ValueConverterRegistry * registry}. - * - * @return new instance of {@link SimplePropertyValueConverterRegistry}. */ public void registerConvertersIn(ValueConverterRegistry
target) {