Skip to content

Commit

Permalink
Fix jakartaee/faces#1906; scanned remaining
Browse files Browse the repository at this point in the history
occurrences whereby setValueExpression() throws IllegalArgumentException
  • Loading branch information
BalusC committed May 20, 2024
1 parent 37dbd24 commit cefcf72
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2904,7 +2904,6 @@ public class BackingBean implements PasswordHolder, Cloneable {
]]></description>
<name>channel</name>
<required>true</required>
<type>java.lang.String</type>
</attribute>

<attribute>
Expand All @@ -2921,7 +2920,6 @@ public class BackingBean implements PasswordHolder, Cloneable {
]]></description>
<name>scope</name>
<required>false</required>
<type>java.lang.String</type>
</attribute>

<attribute>
Expand Down

0 comments on commit cefcf72

Please sign in to comment.