From e87181e20672c592420ca040dc67025a49cf16b4 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 18 Mar 2022 15:15:30 +0100 Subject: [PATCH] Polishing. Fix Javadoc. See #2566 --- .../data/convert/PropertyValueConverterRegistrar.java | 2 -- 1 file changed, 2 deletions(-) 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) {