mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-17 02:15:22 +00:00
Removed fixme
This commit is contained in:
parent
ed511565ae
commit
340341b3a4
@ -24,7 +24,7 @@ public class ConfigLoader {
|
||||
theResourcePath = theResourcePath.substring(CLASSPATH_PREFIX.length());
|
||||
}
|
||||
return ClasspathUtil.loadResource(theResourcePath);
|
||||
// FIXME the code below seems to be failing in the build server...
|
||||
|
||||
// try {
|
||||
// URL url = ResourceUtils.getURL(theResourcePath);
|
||||
// File file = ResourceUtils.getFile(url);
|
||||
|
Loading…
x
Reference in New Issue
Block a user