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/test/java/org/opends/server/plugins/UpdatePreOpPlugin.java |   26 +++++++++++---------------
 1 files changed, 11 insertions(+), 15 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/plugins/UpdatePreOpPlugin.java b/opendj-server-legacy/src/test/java/org/opends/server/plugins/UpdatePreOpPlugin.java
index 8346f79..49f3d12 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/plugins/UpdatePreOpPlugin.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/plugins/UpdatePreOpPlugin.java
@@ -63,20 +63,22 @@
 
 
 
-  // The set of attributes to set in the next add operation.
+  /** The set of attributes to set in the next add operation. */
   private ArrayList<Attribute> setAttributes;
 
-  // The set of attribute types for attributes to remove from the next add
-  // operation.
+  /**
+   * The set of attribute types for attributes to remove from the next add
+   * operation.
+   */
   private ArrayList<AttributeType> removeAttributes;
 
-  // The set of objectclasses to add to the next add operation.
+  /** The set of objectclasses to add to the next add operation. */
   private ArrayList<ObjectClass> addObjectClasses;
 
-  // The set of objectclasses to remove from the next add operation.
+  /** The set of objectclasses to remove from the next add operation. */
   private ArrayList<ObjectClass> removeObjectClasses;
 
-  // The set of modifications to add to the next modify operation.
+  /** The set of modifications to add to the next modify operation. */
   private ArrayList<Modification> modifications;
 
 
@@ -95,9 +97,7 @@
 
 
 
-  /**
-   * {@inheritDoc}
-   */
+  /** {@inheritDoc} */
   @Override
   public void initializePlugin(Set<PluginType> pluginTypes,
                                PluginCfg configuration)
@@ -130,9 +130,7 @@
 
 
 
-  /**
-   * {@inheritDoc}
-   */
+  /** {@inheritDoc} */
   @Override
   public PluginResult.PreOperation
        doPreOperation(PreOperationAddOperation addOperation)
@@ -164,9 +162,7 @@
 
 
 
-  /**
-   * {@inheritDoc}
-   */
+  /** {@inheritDoc} */
   @Override
   public PluginResult.PreOperation
        doPreOperation(PreOperationModifyOperation modifyOperation)

--
Gitblit v1.10.0