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…
Reference in New Issue