From 3398f357636254d494b38ccf7553ccad0006da3a Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 20 Feb 2013 10:52:26 +0000
Subject: [PATCH] Fixed javadoc errors, unnecessary semicolons, useless imports

---
 opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java b/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java
index 2050120..c19f6e7 100644
--- a/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java
+++ b/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java
@@ -23,7 +23,7 @@
  *
  *
  *      Copyright 2007-2010 Sun Microsystems, Inc.
- *      Portions Copyright 2011-2012 ForgeRock AS
+ *      Portions Copyright 2011-2013 ForgeRock AS
  *      Portions Copyright 2012 profiq s.r.o.
  */
 
@@ -254,14 +254,14 @@
     {
       return prompt;
     }
-  };
+  }
 
-  // The argument parser to be used.
+  /** The argument parser to be used. */
   private ReplicationCliArgumentParser argParser;
   private FileBasedArgument userProvidedAdminPwdFile;
   private LDAPConnectionConsoleInteraction ci = null;
   private CommandBuilder firstServerCommandBuilder;
-  // The message formatter
+  /** The message formatter. */
   PlainTextProgressMessageFormatter formatter =
       new PlainTextProgressMessageFormatter();
 

--
Gitblit v1.10.0