Skip to content

Commit 72813a7

Browse files
committed
cosmetics
1 parent e9262ff commit 72813a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/primefaces/component/accordionpanel/AccordionPanelRenderer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public void decode(FacesContext context, UIComponent component) {
4141

4242
if (active != null) {
4343
if (isValueBlank(active)) {
44-
// set a empty string instead of null - otherwise the stateHelper will re-evaluate to the default value
44+
// set an empty string instead of null - otherwise the stateHelper will re-evaluate to the default value
4545
// see GitHub #3140
4646
acco.setActiveIndex("");
4747
}

0 commit comments

Comments
 (0)