remove bad references to old files no longer present in core spec
This commit is contained in:
parent
004519ccc8
commit
36f54efb55
|
@ -152,15 +152,6 @@ public class ContextUtilities implements ProfileKnowledgeProvider {
|
|||
CanonicalResource cr = context.fetchResource(CanonicalResource.class, url);
|
||||
return cr.getUserString("path");
|
||||
}
|
||||
if (url.equals("http://loinc.org")) {
|
||||
return corePath+"loinc.html";
|
||||
}
|
||||
if (url.equals("http://unitsofmeasure.org")) {
|
||||
return corePath+"ucum.html";
|
||||
}
|
||||
if (url.equals("http://snomed.info/sct")) {
|
||||
return corePath+"snomed.html";
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue