Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Rwolfe-Nava committed Aug 26, 2024
1 parent f4c96e1 commit 7fdaa17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public static PatientIdentifier.Currency getCurrencyFromTypeCodingExtension(ICom
if (checkCurrencyUrlIsNotValid(url)) {
return PatientIdentifier.Currency.UNKNOWN;
}

Object currValue = Versions.invokeGetMethod(extension, GET_VALUE);
String extValueSystem = (String) Versions.invokeGetMethod(currValue, GET_SYSTEM);
if (CURRENCY_IDENTIFIER.equalsIgnoreCase(extValueSystem)) {
Expand Down

0 comments on commit 7fdaa17

Please sign in to comment.