We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e54b0 commit 6c6814eCopy full SHA for 6c6814e
spring-data-rest-core/src/main/java/org/springframework/data/rest/core/ValidationErrors.java
@@ -34,8 +34,9 @@
34
import org.springframework.validation.AbstractPropertyBindingResult;
35
36
/**
37
- * An {@link Errors} implementation for use in the events mechanism of Spring Data REST. Customizes actual field lookup
38
- * 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
39
+ * actual value lookups.
40
*
41
* @author Jon Brisbin
42
* @author Oliver Gierke
0 commit comments