Skip to content

Commit

Permalink
removed not needed variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Mar 25, 2024
1 parent 8b7ee77 commit 092537f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ private static Bundle fixBundle(String trace, Bundle bundle, Set<String> resourc

fixIdentifier(eTrace, resource);

if (resource instanceof Patient patient)
if (resource instanceof Patient)
{
// nothing to do
}
Expand Down Expand Up @@ -305,7 +305,7 @@ else if (resource instanceof Condition condition)
{
fixReference(eTrace + "/subject", condition.getSubject(), idTranslation);
}
else if (resource instanceof Medication medication)
else if (resource instanceof Medication)
{
// nothing to do
}
Expand Down

0 comments on commit 092537f

Please sign in to comment.