From 8d21db36015f8560d9cd2bcee9817f2c0a07a386 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 14:11:47 +0000
Subject: [PATCH] Autorefactored javadocs

---
 opendj-server-legacy/src/test/java/org/opends/server/api/AuthenticationPolicyTestCase.java |   28 +++++++---------------------
 1 files changed, 7 insertions(+), 21 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/api/AuthenticationPolicyTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/api/AuthenticationPolicyTestCase.java
index 44aef6d..889e058 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/api/AuthenticationPolicyTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/api/AuthenticationPolicyTestCase.java
@@ -118,9 +118,7 @@
 
 
 
-    /**
-     * {@inheritDoc}
-     */
+    /** {@inheritDoc} */
     public DN getDN()
     {
       return policyDN;
@@ -128,18 +126,14 @@
 
 
 
-    /**
-     * {@inheritDoc}
-     */
+    /** {@inheritDoc} */
     public AuthenticationPolicyState createAuthenticationPolicyState(
         Entry userEntry, long time) throws DirectoryException
     {
       return new AuthenticationPolicyState(userEntry)
       {
 
-        /**
-         * {@inheritDoc}
-         */
+        /** {@inheritDoc} */
         public boolean passwordMatches(ByteString password)
             throws DirectoryException
         {
@@ -149,9 +143,7 @@
 
 
 
-        /**
-         * {@inheritDoc}
-         */
+        /** {@inheritDoc} */
         public boolean isDisabled()
         {
           return MockPolicy.this.isDisabled;
@@ -159,9 +151,7 @@
 
 
 
-        /**
-         * {@inheritDoc}
-         */
+        /** {@inheritDoc} */
         public void finalizeStateAfterBind() throws DirectoryException
         {
           isStateFinalized = true;
@@ -169,9 +159,7 @@
 
 
 
-        /**
-         * {@inheritDoc}
-         */
+        /** {@inheritDoc} */
         public AuthenticationPolicy getAuthenticationPolicy()
         {
           return MockPolicy.this;
@@ -181,9 +169,7 @@
 
 
 
-    /**
-     * {@inheritDoc}
-     */
+    /** {@inheritDoc} */
     public void finalizeAuthenticationPolicy()
     {
       isPolicyFinalized = true;

--
Gitblit v1.10.0