add doco
This commit is contained in:
parent
f43769c6e5
commit
1ed13f2a2e
|
@ -85,6 +85,8 @@ public abstract class BasePackageCacheManager implements IPackageCacheManager {
|
|||
return null;
|
||||
}
|
||||
|
||||
// hack - we have a hacked 1.4.0 out there. Only packages2.fhir.org has it.
|
||||
// this is not a long term thing
|
||||
private boolean okToUsePackageServer(String server, String id) {
|
||||
if ("http://packages.fhir.org".equals(server) && "hl7.fhir.r2b.core".equals(id)) {
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue