Skip to content

Commit

Permalink
Avoid reflection
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Sep 16, 2023
1 parent faf3085 commit 7737a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/eldrix/hermes/snomed.clj
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
;; An extended concept is a denormalised representation of a single concept bringing together all useful data into one
;; convenient structure, that can then be cached and used for inference.
(defrecord ExtendedConcept
[concept
[^Concept concept
descriptions
parentRelationships
directParentRelationships
Expand Down

0 comments on commit 7737a1c

Please sign in to comment.