release notes

This commit is contained in:
Grahame Grieve 2024-01-19 21:56:31 +11:00
parent 41c5f8fee5
commit 1d08c506d0
2 changed files with 3 additions and 7 deletions

View File

@ -4,4 +4,4 @@
## Other code changes
* no changes
* Fix for handling large expansions correctly

View File

@ -96,11 +96,9 @@ public class TerminologyCache {
}
public ValueSet getVs() {
return vs;
}
}
}
public static class SourcedValueSetEntry {
private String server;
private String filename;
@ -115,11 +113,9 @@ public class TerminologyCache {
}
public String getFilename() {
return filename;
}
}
}
public static final boolean TRANSIENT = false;
public static final boolean PERMANENT = true;
private static final String NAME_FOR_NO_SYSTEM = "all-systems";