Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TalmizAhmed authored and ci-build committed Nov 27, 2024
1 parent e072428 commit 6c6953a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c6953a

Please sign in to comment.