Fix Javadoc link text in BindingResult

Closes gh-29551
This commit is contained in:
jiangying
2022-11-22 20:38:57 +08:00
committed by GitHub
parent 0b8000eeaa
commit b130ff36d9

View File

@@ -24,7 +24,7 @@ import org.springframework.lang.Nullable;
/**
* General interface that represents binding results. Extends the
* {@link Errors interface} for error registration capabilities,
* {@link Errors} interface for error registration capabilities,
* allowing for a {@link Validator} to be applied, and adds
* binding-specific analysis and model building.
*