Skip to content

Commit

Permalink
Improve #1999: remove the double period
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed Jan 25, 2025
1 parent ae3329c commit 8a73bf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ public enum ContextParam {
SEPARATOR_CHAR(UINamingContainer.SEPARATOR_CHAR_PARAM_NAME, FacesConfig::separatorChar),

/**
* Returns {@value StateManager#STATE_SAVING_METHOD_PARAM_NAME} as {@link String} with default of {@link StateSavingMethod#SERVER}..
* Returns {@value StateManager#STATE_SAVING_METHOD_PARAM_NAME} as {@link String} with default of {@link StateSavingMethod#SERVER}.
* @see StateManager#STATE_SAVING_METHOD_PARAM_NAME
*/
STATE_SAVING_METHOD(StateManager.STATE_SAVING_METHOD_PARAM_NAME, FacesConfig::stateSavingMethod),
Expand Down

0 comments on commit 8a73bf2

Please sign in to comment.