Polishing.

Fix Javadoc.

See #2566
This commit is contained in:
Mark Paluch
2022-03-18 15:15:30 +01:00
parent b6b1ec9c4c
commit e87181e206

View File

@@ -103,8 +103,6 @@ public class PropertyValueConverterRegistrar<P extends PersistentProperty<P>> {
/**
* Register collected {@link PropertyValueConverter converters} within the given {@link ValueConverterRegistry
* registry}.
*
* @return new instance of {@link SimplePropertyValueConverterRegistry}.
*/
public void registerConvertersIn(ValueConverterRegistry<P> target) {