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/extensions/TestPasswordValidator.java | 26 ++++++++++++--------------
1 files changed, 12 insertions(+), 14 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/extensions/TestPasswordValidator.java b/opendj-server-legacy/src/test/java/org/opends/server/extensions/TestPasswordValidator.java
index a864b1e..6be5c86 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/extensions/TestPasswordValidator.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/extensions/TestPasswordValidator.java
@@ -53,24 +53,26 @@
- // The next value to return from the passwordIsAcceptable method.
+ /** The next value to return from the passwordIsAcceptable method. */
private boolean nextReturnValue;
- // The last new password provided to the passwordIsAcceptable method.
+ /** The last new password provided to the passwordIsAcceptable method. */
private ByteString lastNewPassword;
- // The last user entry provided to the passwordIsAcceptable method.
+ /** The last user entry provided to the passwordIsAcceptable method. */
private Entry lastUserEntry;
- // The last operation provided to the passwordIsAcceptable method.
+ /** The last operation provided to the passwordIsAcceptable method. */
private Operation lastOperation;
- // The last set of current passwords provided to the passwordIsAcceptable
- // method.
+ /**
+ * The last set of current passwords provided to the passwordIsAcceptable method.
+ */
private Set<ByteString> lastCurrentPasswords;
- // The next invalid reason that should be used in the passwordIsAcceptable
- // method.
+ /**
+ * The next invalid reason that should be used in the passwordIsAcceptable method.
+ */
private String nextInvalidReason;
@@ -85,9 +87,7 @@
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public void initializePasswordValidator(
PasswordValidatorCfg configuration)
@@ -105,9 +105,7 @@
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public boolean passwordIsAcceptable(ByteString newPassword,
Set<ByteString> currentPasswords,
--
Gitblit v1.10.0