mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
KEYCLOAK-14966: Fix SAML11ConditionsType remove() has the wrong argument type
This commit is contained in:
parent
9200195f25
commit
1c905761e6
@ -45,7 +45,7 @@ public class SAML11ConditionsType extends CommonConditionsType {
|
||||
this.conditions.addAll(theConditions);
|
||||
}
|
||||
|
||||
public boolean remove(SAML11ConditionsAbstractType condition) {
|
||||
public boolean remove(SAML11ConditionAbstractType condition) {
|
||||
return this.conditions.remove(condition);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user