Skip to content

Commit

Permalink
SHIBUI-1983
Browse files Browse the repository at this point in the history
Fixed other location of long translation
  • Loading branch information
chasegawa committed Jun 30, 2021
1 parent e380361 commit 111e55b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ public static Object getOverrideFromAttribute(Attribute attribute) {
} else {
return Boolean.valueOf(relyingPartyOverrideProperty.getInvert()) ^ Boolean.valueOf(((XSBoolean) attributeValues.get(0)).getStoredValue());
}
case INTEGER:
case LONG:
return ((XSInteger) attributeValues.get(0)).getValue();
case INTEGER:
return ((XSInteger) attributeValues.get(0)).getValue();
case STRING:
case LONG:
case DOUBLE:
case DURATION:
case SPRING_BEAN_ID:
Expand Down

0 comments on commit 111e55b

Please sign in to comment.