From 2dece15900c587dcc5fcfaf35c2acdbfb026de1f Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Fri, 14 Mar 2014 15:06:25 +0000
Subject: [PATCH] Checkpoint commit for OPENDJ-1308 Migrate schema support

---
 opendj3-server-dev/src/server/org/opends/server/api/AuthenticationPolicyState.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj3-server-dev/src/server/org/opends/server/api/AuthenticationPolicyState.java b/opendj3-server-dev/src/server/org/opends/server/api/AuthenticationPolicyState.java
index eeeccce..0c9f27d 100644
--- a/opendj3-server-dev/src/server/org/opends/server/api/AuthenticationPolicyState.java
+++ b/opendj3-server-dev/src/server/org/opends/server/api/AuthenticationPolicyState.java
@@ -201,7 +201,7 @@
         final AttributeValue v = a.iterator().next();
         try
         {
-          EqualityMatchingRule rule = attributeType.getEqualityMatchingRule();
+          MatchingRule rule = attributeType.getEqualityMatchingRule();
           ByteString normValue = rule.normalizeAttributeValue(v.getValue());
           timeValue = GeneralizedTimeSyntax.decodeGeneralizedTimeValue(normValue);
         }

--
Gitblit v1.10.0