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/controls/LDAPPostReadRequestControl.java |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/controls/LDAPPostReadRequestControl.java b/opendj-server-legacy/src/main/java/org/opends/server/controls/LDAPPostReadRequestControl.java
index 395ce0d..67fcead 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/controls/LDAPPostReadRequestControl.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/controls/LDAPPostReadRequestControl.java
@@ -62,9 +62,7 @@
   private static final class Decoder implements
       ControlDecoder<LDAPPostReadRequestControl>
   {
-    /**
-     * {@inheritDoc}
-     */
+    /** {@inheritDoc} */
     public LDAPPostReadRequestControl decode(boolean isCritical,
         ByteString value) throws DirectoryException
     {
@@ -115,10 +113,10 @@
       new Decoder();
   private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
 
-  // The set of raw attributes to return in the entry.
+  /** The set of raw attributes to return in the entry. */
   private Set<String> rawAttributes;
 
-  // The set of processed attributes to return in the entry.
+  /** The set of processed attributes to return in the entry. */
   private Set<String> requestedAttributes;
 
 

--
Gitblit v1.10.0