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

Jean-Noel Rouvignac
20.11.2014 b30f406570114a5a7de645fd46fc7b4bc619fb09
opendj-config/src/main/java/org/forgerock/opendj/config/client/ManagementContext.java
@@ -409,7 +409,7 @@
     */
    @Override
    public final void close() {
        this.getDriver().close();
        getDriver().close();
    }
}