From 99aaa917a95d7ec19e14dad25f61f58ff84753b1 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 10:49:57 +0000
Subject: [PATCH] Autorefactored javadocs
---
opendj-server-legacy/src/main/java/org/opends/server/extensions/ExactMatchIdentityMapper.java | 24 ++++++++----------------
1 files changed, 8 insertions(+), 16 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/extensions/ExactMatchIdentityMapper.java b/opendj-server-legacy/src/main/java/org/opends/server/extensions/ExactMatchIdentityMapper.java
index 834c79f..56bde9e 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/extensions/ExactMatchIdentityMapper.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/extensions/ExactMatchIdentityMapper.java
@@ -69,16 +69,16 @@
implements ConfigurationChangeListener<
ExactMatchIdentityMapperCfg>
{
- // The set of attribute types to use when performing lookups.
+ /** The set of attribute types to use when performing lookups. */
private AttributeType[] attributeTypes;
- // The DN of the configuration entry for this identity mapper.
+ /** The DN of the configuration entry for this identity mapper. */
private DN configEntryDN;
- // The current configuration for this identity mapper.
+ /** The current configuration for this identity mapper. */
private ExactMatchIdentityMapperCfg currentConfig;
- // The set of attributes to return in search result entries.
+ /** The set of attributes to return in search result entries. */
private LinkedHashSet<String> requestedAttributes;
@@ -97,9 +97,7 @@
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public void initializeIdentityMapper(
ExactMatchIdentityMapperCfg configuration)
@@ -277,9 +275,7 @@
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public boolean isConfigurationAcceptable(IdentityMapperCfg configuration,
List<LocalizableMessage> unacceptableReasons)
@@ -291,9 +287,7 @@
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public boolean isConfigurationChangeAcceptable(
ExactMatchIdentityMapperCfg configuration,
@@ -328,9 +322,7 @@
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public ConfigChangeResult applyConfigurationChange(
ExactMatchIdentityMapperCfg configuration)
--
Gitblit v1.10.0