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

Guy Paddock
27.33.2017 fad88bae0655787d9030d4f313c0a0dfcf2e47bb
opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/SubResourceSingleton.java
@@ -140,12 +140,7 @@
    private SubResourceImpl singleton(final Context context) {
        return new SubResourceImpl(
            rest2Ldap,
            dnFrom(context),
            null,
            SINGLETON_NAMING_STRATEGY,
            resource,
            false);
            rest2Ldap, dnFrom(context), null, SINGLETON_NAMING_STRATEGY, resource);
    }
    /**