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/PersistentSearchControl.java |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/controls/PersistentSearchControl.java b/opendj-server-legacy/src/main/java/org/opends/server/controls/PersistentSearchControl.java
index 731ed31..4b7b30b 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/controls/PersistentSearchControl.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/controls/PersistentSearchControl.java
@@ -56,9 +56,7 @@
   private static final class Decoder
       implements ControlDecoder<PersistentSearchControl>
   {
-    /**
-     * {@inheritDoc}
-     */
+    /** {@inheritDoc} */
     public PersistentSearchControl decode(boolean isCritical, ByteString value)
         throws DirectoryException
     {
@@ -119,15 +117,19 @@
 
 
 
-  // Indicates whether to only return entries that have been updated since the
-  // beginning of the search.
+  /**
+   * Indicates whether to only return entries that have been updated since the
+   * beginning of the search.
+   */
   private boolean changesOnly;
 
-  // Indicates whether entries returned as a result of changes to directory data
-  // should include the entry change notification control.
+  /**
+   * Indicates whether entries returned as a result of changes to directory data
+   * should include the entry change notification control.
+   */
   private boolean returnECs;
 
-  // The set of change types associated with this control.
+  /** The set of change types associated with this control. */
   private Set<PersistentSearchChangeType> changeTypes;
 
 

--
Gitblit v1.10.0