Skip to content

Commit

Permalink
comment removed, implementation for Bundle resources not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Oct 14, 2024
1 parent 8077d9c commit 2b216e3
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,6 @@ public Stream<ResourceReference> getReferences(Resource resource)
case null -> Stream.empty();

case ActivityDefinition ad -> getReferences(ad);

// not implemented yet, special rules apply for tmp ids
// case Bundle b -> getReferences(b);

case Binary b -> getReferences(b);
case CodeSystem cs -> getReferences(cs);
case DocumentReference dr -> getReferences(dr);
Expand Down

0 comments on commit 2b216e3

Please sign in to comment.