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

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/tools/LDAPPasswordModifyTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/tools/LDAPPasswordModifyTestCase.java
index 56a9a50..2c9d32c 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/tools/LDAPPasswordModifyTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/tools/LDAPPasswordModifyTestCase.java
@@ -51,10 +51,10 @@
 public class LDAPPasswordModifyTestCase
        extends ToolsTestCase
 {
-  // The path to a file containing the current bind password.
+  /** The path to a file containing the current bind password. */
   private String currentPasswordFile;
 
-  // The path to a file containing the new password.
+  /** The path to a file containing the new password. */
   private String newPasswordFile;
 
 

--
Gitblit v1.10.0