Polishing

This commit is contained in:
Juergen Hoeller
2023-07-19 22:58:27 +02:00
parent 391d7f2c6a
commit 8cc6dd629a

View File

@@ -272,7 +272,7 @@ public interface Errors {
boolean hasFieldErrors(String field);
/**
* Return the number of errors associated with the given field.
* Determine the number of errors associated with the given field.
* @param field the field name
* @see #getFieldErrorCount()
*/
@@ -310,7 +310,7 @@ public interface Errors {
Object getFieldValue(String field);
/**
* Return the type of a given field.
* Determine the type of the given field, as far as possible.
* <p>Implementations should be able to determine the type even
* when the field value is {@code null}, for example from some
* associated descriptor.