Skip to content

Commit

Permalink
Add terminology settings to default
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed Nov 16, 2023
1 parent 211b2e0 commit 7de3322
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public static EvaluationSettings getDefault() {
settings.setLibraryCache(new ConcurrentHashMap<>());
settings.setValueSetCache(new ConcurrentHashMap<>());
settings.setRetrieveSettings(new RetrieveSettings());
settings.setTerminologySettings(new TerminologySettings());
return settings;
}

Expand Down

0 comments on commit 7de3322

Please sign in to comment.