Skip to content

Commit 6c6814e

Browse files
committed
Javadoc polishing.
Related ticket: GH-2252.
1 parent 34e54b0 commit 6c6814e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spring-data-rest-core/src/main/java/org/springframework/data/rest/core/ValidationErrors.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@
3434
import org.springframework.validation.AbstractPropertyBindingResult;
3535

3636
/**
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.
37+
* An {@link org.springframework.validation.Errors} implementation for use in the events mechanism of Spring Data REST.
38+
* Customizes actual field lookup by using a {@link org.springframework.data.mapping.PersistentPropertyAccessor} for
39+
* actual value lookups.
3940
*
4041
* @author Jon Brisbin
4142
* @author Oliver Gierke

0 commit comments

Comments
 (0)