You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by vo...@apache.org on 2022/10/05 16:38:28 UTC

[myfaces] branch main updated: Correct COMPONENT_FAMILY string for _UISelectItemGroups

This is an automated email from the ASF dual-hosted git repository.

volosied pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/main by this push:
     new f15d99638 Correct COMPONENT_FAMILY string for _UISelectItemGroups
f15d99638 is described below

commit f15d99638b0174087d68a6a58ff9c305f01d3f99
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Wed Oct 5 12:37:52 2022 -0400

    Correct COMPONENT_FAMILY string for _UISelectItemGroups
---
 api/src/main/java/jakarta/faces/component/_UISelectItemGroups.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/src/main/java/jakarta/faces/component/_UISelectItemGroups.java b/api/src/main/java/jakarta/faces/component/_UISelectItemGroups.java
index 7dbcebfa5..f25d71122 100644
--- a/api/src/main/java/jakarta/faces/component/_UISelectItemGroups.java
+++ b/api/src/main/java/jakarta/faces/component/_UISelectItemGroups.java
@@ -28,7 +28,7 @@ import org.apache.myfaces.buildtools.maven2.plugin.builder.annotation.JSFCompone
 abstract class _UISelectItemGroups extends UISelectItems
 {
 
-    static public final String COMPONENT_FAMILY = "jakarta.faces.SelectItem";
+    static public final String COMPONENT_FAMILY = "jakarta.faces.SelectItems";
     static public final String COMPONENT_TYPE = "jakarta.faces.SelectItemGroups";
 
     @Override