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/EntryChangeNotificationControl.java |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/controls/EntryChangeNotificationControl.java b/opendj-server-legacy/src/main/java/org/opends/server/controls/EntryChangeNotificationControl.java
index 96eb261..03d3df0 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/controls/EntryChangeNotificationControl.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/controls/EntryChangeNotificationControl.java
@@ -55,9 +55,7 @@
   private static final class Decoder
       implements ControlDecoder<EntryChangeNotificationControl>
   {
-    /**
-     * {@inheritDoc}
-     */
+    /** {@inheritDoc} */
     public EntryChangeNotificationControl decode(
         boolean isCritical, ByteString value) throws DirectoryException
     {
@@ -131,13 +129,13 @@
 
 
 
-  // The previous DN for this change notification control.
+  /** The previous DN for this change notification control. */
   private DN previousDN;
 
-  // The change number for this change notification control.
+  /** The change number for this change notification control. */
   private long changeNumber;
 
-  // The change type for this change notification control.
+  /** The change type for this change notification control. */
   private PersistentSearchChangeType changeType;
 
 

--
Gitblit v1.10.0