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

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/controls/PasswordPolicyResponseControl.java b/opendj-server-legacy/src/main/java/org/opends/server/controls/PasswordPolicyResponseControl.java
index 04a8076..1e356e4 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/controls/PasswordPolicyResponseControl.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/controls/PasswordPolicyResponseControl.java
@@ -56,9 +56,7 @@
   private static final class Decoder
       implements ControlDecoder<PasswordPolicyResponseControl>
   {
-    /**
-     * {@inheritDoc}
-     */
+    /** {@inheritDoc} */
     public PasswordPolicyResponseControl decode(boolean isCritical,
                                                 ByteString value)
         throws DirectoryException
@@ -163,13 +161,13 @@
 
 
 
-  // The warning value for this password policy response control.
+  /** The warning value for this password policy response control. */
   private int warningValue;
 
-  // The error type for this password policy response control.
+  /** The error type for this password policy response control. */
   private PasswordPolicyErrorType errorType;
 
-  // The warning type for the password policy response control.
+  /** The warning type for the password policy response control. */
   private PasswordPolicyWarningType warningType;
 
 

--
Gitblit v1.10.0