mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
21.43.2014 308ce712c042325574ec52a1b403b777ac1b81d8
opendj-config/src/main/java/org/forgerock/opendj/config/ConfigurationFramework.java
@@ -169,10 +169,9 @@
     * We contain a reference to the URLClassLoader rather than
     * sub-class it so that it is possible to replace the loader at
     * run-time. For example, when removing or replacing extension Jar
     * files (the URLClassLoader only supports adding new
     * URLs, not removal).
     * files (the URLClassLoader only supports adding new URLs, not removal).
     */
    private MyURLClassLoader loader = null;
    private MyURLClassLoader loader;
    private boolean isClient = true;
    private String installPath;