diff --git a/bundles/af-core/src/main/java/com/adobe/cq/forms/core/components/util/AbstractOptionsFieldImpl.java b/bundles/af-core/src/main/java/com/adobe/cq/forms/core/components/util/AbstractOptionsFieldImpl.java index e758aa6775..af4e273e4f 100644 --- a/bundles/af-core/src/main/java/com/adobe/cq/forms/core/components/util/AbstractOptionsFieldImpl.java +++ b/bundles/af-core/src/main/java/com/adobe/cq/forms/core/components/util/AbstractOptionsFieldImpl.java @@ -51,9 +51,9 @@ public abstract class AbstractOptionsFieldImpl extends AbstractFieldImpl impleme protected String[] enumNames; /** - * Default for single and multi-valued fields used the same 'default' crx property. + * Default for single and multivalued fields used the same 'default' crx property. * This was not compatible with Universal Editor's Property Rail Configuration. - * Therefore adding this property as an additional way of defining default values. + * Therefore, adding this property as an additional way of defining default values. **/ @ValueMapValue(injectionStrategy = InjectionStrategy.OPTIONAL, name = ReservedProperties.PN_MULTI_DEFAULT_VALUES) @Nullable