Fix typo in FormField's javadoc: s/fold/field/

This commit is contained in:
Florian Schmaus 2019-06-05 10:54:17 +02:00
parent 3c306eaff9
commit 1a99801501
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ public class FormField implements NamedElement {
}
/**
* Returns the first value of this form fold or {@code null}.
* Returns the first value of this form field or {@code null}.
*
* @return the first value or {@code null}
* @since 4.3