From 8d21db36015f8560d9cd2bcee9817f2c0a07a386 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 14:11:47 +0000
Subject: [PATCH] Autorefactored javadocs
---
opendj-server-legacy/src/main/java/org/opends/server/schema/WordEqualityMatchingRuleFactory.java | 16 ++++------------
1 files changed, 4 insertions(+), 12 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/schema/WordEqualityMatchingRuleFactory.java b/opendj-server-legacy/src/main/java/org/opends/server/schema/WordEqualityMatchingRuleFactory.java
index cdbe385..cad0614 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/schema/WordEqualityMatchingRuleFactory.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/schema/WordEqualityMatchingRuleFactory.java
@@ -22,7 +22,7 @@
*
*
* Copyright 2008 Sun Microsystems, Inc.
- * Portions Copyright 2014 ForgeRock AS
+ * Portions Copyright 2014-2015 ForgeRock AS
*/
@@ -43,14 +43,10 @@
public final class WordEqualityMatchingRuleFactory
extends MatchingRuleFactory<MatchingRuleCfg>
{
- //Associated Matching Rule.
+ /** Associated Matching Rule. */
private org.forgerock.opendj.ldap.schema.MatchingRule matchingRule;
-
-
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public final void initializeMatchingRule(MatchingRuleCfg configuration)
throws ConfigException, InitializationException
@@ -58,11 +54,7 @@
matchingRule = CoreSchema.getWordMatchingRule();
}
-
-
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public final Collection<org.forgerock.opendj.ldap.schema.MatchingRule> getMatchingRules()
{
--
Gitblit v1.10.0