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/main/java/org/opends/server/tools/ManageAccount.java | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/opendj-server-legacy/src/main/java/org/opends/server/tools/ManageAccount.java b/opendj-server-legacy/src/main/java/org/opends/server/tools/ManageAccount.java index e0f8cb7..342807b 100644 --- a/opendj-server-legacy/src/main/java/org/opends/server/tools/ManageAccount.java +++ b/opendj-server-legacy/src/main/java/org/opends/server/tools/ManageAccount.java @@ -478,28 +478,28 @@ - // The LDAP reader used to read responses from the server. + /** The LDAP reader used to read responses from the server. */ private static LDAPReader ldapReader; - // The LDAP writer used to send requests to the server. + /** The LDAP writer used to send requests to the server. */ private static LDAPWriter ldapWriter; - // The counter that will be used for LDAP message IDs. + /** The counter that will be used for LDAP message IDs. */ private static AtomicInteger nextMessageID; - // The connection to the server. + /** The connection to the server. */ private static LDAPConnection connection; - // The print stream to use when writing messages to standard error. + /** The print stream to use when writing messages to standard error. */ private static PrintStream err; - // The print stream to use when writing messages to standard output. + /** The print stream to use when writing messages to standard output. */ private static PrintStream out; - // The DN of the user to target with the operation. + /** The DN of the user to target with the operation. */ private static String targetDNString; - // The argument parser for this tool. + /** The argument parser for this tool. */ private static SubCommandArgumentParser argParser; -- Gitblit v1.10.0