Browse Source

Polishing.

Fix Javadoc.

See #2566
pull/2592/head
Mark Paluch 4 years ago
parent
commit
e87181e206
No known key found for this signature in database
GPG Key ID: 4406B84C1661DCD1
  1. 2
      src/main/java/org/springframework/data/convert/PropertyValueConverterRegistrar.java

2
src/main/java/org/springframework/data/convert/PropertyValueConverterRegistrar.java

@ -103,8 +103,6 @@ public class PropertyValueConverterRegistrar<P extends PersistentProperty<P>> { @@ -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) {

Loading…
Cancel
Save