remove bad references to old files no longer present in core spec

This commit is contained in:
Grahame Grieve 2022-10-14 08:35:15 +11:00
parent 004519ccc8
commit 36f54efb55
1 changed files with 0 additions and 9 deletions

View File

@ -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;
}