Removed fixme

This commit is contained in:
Nick Goupinets 2021-03-09 10:50:09 -05:00
parent ed511565ae
commit 340341b3a4
1 changed files with 1 additions and 1 deletions

View File

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