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

Jean-Noël Rouvignac
03.34.2016 40723b2f1f0143d5cd284c537c91398b88a1e561
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/RemoteSchemaLoader.java
@@ -16,6 +16,7 @@
 */
package org.opends.guitools.controlpanel.util;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;
@@ -145,7 +146,7 @@
                                                                .implementation(impl)
                                                                .addToSchema().toSchema().getMatchingRule(oid);
    }
    schema.registerMatchingRule(matchingRule, true);
    schema.registerMatchingRules(Arrays.asList(matchingRule), true);
  }
  private void registerSchemaAttr(final CustomSearchResult csr, final String schemaAttr) throws DirectoryException