Skip to content

Commit b130ff3

Browse files
authored
Fix Javadoc link text in BindingResult
Closes gh-29551
1 parent 0b8000e commit b130ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-context/src/main/java/org/springframework/validation/BindingResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
/**
2626
* General interface that represents binding results. Extends the
27-
* {@link Errors interface} for error registration capabilities,
27+
* {@link Errors} interface for error registration capabilities,
2828
* allowing for a {@link Validator} to be applied, and adds
2929
* binding-specific analysis and model building.
3030
*

0 commit comments

Comments
 (0)