| opendj-config/src/main/java/org/forgerock/opendj/config/ManagedObjectDefinitionResource.java | ●●●●● patch | view | raw | blame | history |
opendj-config/src/main/java/org/forgerock/opendj/config/ManagedObjectDefinitionResource.java
@@ -98,7 +98,7 @@ // Load the resource file. String baseName = prefix + "." + d.getClass().getName(); String path = baseName.replace('.', '/') + ".properties"; InputStream stream = ConfigurationFramework.getInstance().getClassLoader().getResourceAsStream(path); InputStream stream = ConfigurationFramework.class.getClassLoader().getResourceAsStream(path); if (stream == null) { throw new MissingResourceException("Can't find resource " + path, baseName, "");