From 02d9dccf732357f76a9db0f0e2eef75c0371e7d3 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Tue, 09 Jun 2015 13:53:24 +0000
Subject: [PATCH] OPENDJ-2111 GUI Removes matching rules type

---
 opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/Utilities.java |   44 --------------------------------------------
 1 files changed, 0 insertions(+), 44 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/Utilities.java b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/Utilities.java
index a1f98a1..b7e67c7 100644
--- a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/Utilities.java
+++ b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/Utilities.java
@@ -2715,50 +2715,6 @@
   }
 
   /**
-   * Indicates if the provided matching rule is an equality matching rule.
-   *
-   * @param matchingRule
-   *            The matching rule.
-   * @return {@code true} if this matching rule is an equality mathing rule.
-   */
-  public static boolean isEqualityMatchingRule(MatchingRule matchingRule) {
-    return false;
-  }
-
-  /**
-   * Indicates if the provided matching rule is an approximate matching rule.
-   *
-   * @param matchingRule
-   *            The matching rule.
-   * @return {@code true} if this matching rule is an approximate mathing rule.
-   */
-  public static boolean isApproximateMatchingRule(MatchingRule matchingRule) {
-    return false;
-  }
-
-  /**
-   * Indicates if the provided matching rule is a substring matching rule.
-   *
-   * @param matchingRule
-   *            The matching rule.
-   * @return {@code true} if this matching rule is a substring mathing rule.
-   */
-  public static boolean isSubstringMatchingRule(MatchingRule matchingRule) {
-    return false;
-  }
-
-  /**
-   * Indicates if the provided matching rule is an ordering matching rule.
-   *
-   * @param matchingRule
-   *            The matching rule.
-   * @return {@code true} if this matching rule is an ordering mathing rule.
-   */
-  public static boolean isOrderingMatchingRule(MatchingRule matchingRule) {
-    return false;
-  }
-
-  /**
    * Computes the possible comparison results for monitoring information.
    *
    * @param monitor1

--
Gitblit v1.10.0