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

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/controls/VLVRequestControl.java b/opendj-server-legacy/src/main/java/org/opends/server/controls/VLVRequestControl.java
index f16d0a1..fbe2a88 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/controls/VLVRequestControl.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/controls/VLVRequestControl.java
@@ -68,9 +68,7 @@
   private static final class Decoder
       implements ControlDecoder<VLVRequestControl>
   {
-    /**
-     * {@inheritDoc}
-     */
+    /** {@inheritDoc} */
     public VLVRequestControl decode(boolean isCritical, ByteString value)
         throws DirectoryException
     {
@@ -165,25 +163,25 @@
 
 
 
-  // The target type for this VLV request control.
+  /** The target type for this VLV request control. */
   private byte targetType;
 
-  // The context ID for this VLV request control.
+  /** The context ID for this VLV request control. */
   private ByteString contextID;
 
-  // The greaterThanOrEqual target assertion value for this VLV request control.
+  /** The greaterThanOrEqual target assertion value for this VLV request control. */
   private ByteString greaterThanOrEqual;
 
-  // The after count for this VLV request control.
+  /** The after count for this VLV request control. */
   private int afterCount;
 
-  // The before count for this VLV request control.
+  /** The before count for this VLV request control. */
   private int beforeCount;
 
-  // The content count for the byOffset target of this VLV request control.
+  /** The content count for the byOffset target of this VLV request control. */
   private int contentCount;
 
-  // The offset for the byOffset target of this VLV request control.
+  /** The offset for the byOffset target of this VLV request control. */
   private int offset;
 
 

--
Gitblit v1.10.0