Javadoc polishing.

Related ticket: GH-2252.
This commit is contained in:
Oliver Drotbohm
2024-03-14 10:47:36 +01:00
parent d53cc79901
commit 0a38bf0e11

View File

@@ -34,8 +34,9 @@ import org.springframework.util.Assert;
import org.springframework.validation.AbstractPropertyBindingResult;
/**
* An {@link Errors} implementation for use in the events mechanism of Spring Data REST. Customizes actual field lookup
* by using a {@link PersistentPropertyAccessor} for actual value lookups.
* An {@link org.springframework.validation.Errors} implementation for use in the events mechanism of Spring Data REST.
* Customizes actual field lookup by using a {@link org.springframework.data.mapping.PersistentPropertyAccessor} for
* actual value lookups.
*
* @author Jon Brisbin
* @author Oliver Gierke