Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 092537f

Browse files
committed
removed not needed variables
1 parent 8b7ee77 commit 092537f

File tree

1 file changed

+2
-2
lines changed
  • codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes

1 file changed

+2
-2
lines changed

codex-process-data-transfer/src/test/java/de/netzwerk_universitaetsmedizin/codex/processes/PolarDataTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ private static Bundle fixBundle(String trace, Bundle bundle, Set<String> resourc
276276

277277
fixIdentifier(eTrace, resource);
278278

279-
if (resource instanceof Patient patient)
279+
if (resource instanceof Patient)
280280
{
281281
// nothing to do
282282
}
@@ -305,7 +305,7 @@ else if (resource instanceof Condition condition)
305305
{
306306
fixReference(eTrace + "/subject", condition.getSubject(), idTranslation);
307307
}
308-
else if (resource instanceof Medication medication)
308+
else if (resource instanceof Medication)
309309
{
310310
// nothing to do
311311
}

0 commit comments

Comments
 (0)