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

Gaetan Boismal
09.53.2015 02d9dccf732357f76a9db0f0e2eef75c0371e7d3
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/BrowseSchemaPanel.java
@@ -1501,10 +1501,6 @@
      {
        return mustAdd(f, matchingRule.getOID(), matchingRule.getNameOrOID());
      }
      else if (TYPE.equals(filterAttribute.getSelectedItem()))
      {
        return mustAddType(f, MatchingRulePanel.getTypeValue(matchingRule));
      }
      else
      {
        return false;