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/tools/EncodePasswordTestCase.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/tools/EncodePasswordTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/tools/EncodePasswordTestCase.java
index fdfb825..9de90f8 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/tools/EncodePasswordTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/tools/EncodePasswordTestCase.java
@@ -50,13 +50,13 @@
 public class EncodePasswordTestCase
        extends ToolsTestCase
 {
-  // The path to the Directory Server configuration file.
+  /** The path to the Directory Server configuration file. */
   private String configFilePath;
 
-  // The path to the temporary file containing a clear-text password.
+  /** The path to the temporary file containing a clear-text password. */
   private String passwordFilePath;
 
-  // The path to the temporary file containing an encoded password.
+  /** The path to the temporary file containing an encoded password. */
   private String encodedPasswordFilePath;
 
 

--
Gitblit v1.10.0