mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-16 18:05:19 +00:00
Removed commented code
This commit is contained in:
parent
01b1210b8a
commit
0013910c53
@ -39,14 +39,6 @@ public class ConfigLoader {
|
||||
theResourcePath = theResourcePath.substring(CLASSPATH.length());
|
||||
}
|
||||
return ClasspathUtil.loadResource(theResourcePath);
|
||||
|
||||
// try {
|
||||
// URL url = ResourceUtils.getURL(theResourcePath);
|
||||
// File file = ResourceUtils.getFile(url);
|
||||
// return IOUtils.toString(new FileReader(file));
|
||||
// } catch (Exception e) {
|
||||
// throw new RuntimeException(String.format("Unable to load resource %s", theResourcePath), e);
|
||||
// }
|
||||
}
|
||||
|
||||
public static Properties loadProperties(String theResourcePath) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user