From 2e48fb78010f4705c0eb69d142afdbb39095cf9b Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Fri, 07 Nov 2014 14:51:42 +0000
Subject: [PATCH] OPENDJ-1591 CR-5092 Remove matching rules from server
---
opendj3-server-dev/src/server/org/opends/server/schema/CertificateExactMatchingRuleFactory.java | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/opendj3-server-dev/src/server/org/opends/server/schema/CertificateExactMatchingRuleFactory.java b/opendj3-server-dev/src/server/org/opends/server/schema/CertificateExactMatchingRuleFactory.java
index 5b8fbc0..c91e361 100644
--- a/opendj3-server-dev/src/server/org/opends/server/schema/CertificateExactMatchingRuleFactory.java
+++ b/opendj3-server-dev/src/server/org/opends/server/schema/CertificateExactMatchingRuleFactory.java
@@ -38,8 +38,7 @@
import org.opends.server.types.InitializationException;
/**
- * This class is a factory class for
- * {@link CertificateExactMatchingRule}.
+ * This class is a factory class for CertificateExactMatchingRule.
*/
public final class CertificateExactMatchingRuleFactory
extends MatchingRuleFactory<MatchingRuleCfg>
--
Gitblit v1.10.0