Skip to content

Commit

Permalink
Javadoc polishing.
Browse files Browse the repository at this point in the history
Related ticket: GH-2252.
  • Loading branch information
odrotbohm committed Mar 14, 2024
1 parent 34e54b0 commit 6c6814e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
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
Expand Down

0 comments on commit 6c6814e

Please sign in to comment.