From cce6e8e14acb5ff9b678a3645e45ccef83e937d2 Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Mon, 31 May 2010 08:41:01 +0000
Subject: [PATCH] Fix help messages and Java doc

---
 opendj-sdk/opends/src/server/org/opends/server/tools/InstallDSArgumentParser.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/tools/InstallDSArgumentParser.java b/opendj-sdk/opends/src/server/org/opends/server/tools/InstallDSArgumentParser.java
index 900d30b..319d187 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/tools/InstallDSArgumentParser.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/tools/InstallDSArgumentParser.java
@@ -803,10 +803,10 @@
    * must be called after parsing the arguments.
    * @return the timeout to be used to connect in milliseconds.  Returns
    * {@code 0} if there is no timeout.
-   * @throw {@code IllegalStateException} if the method is called before
+   * @throws IllegalStateException if the method is called before
    * parsing the arguments.
    */
-  public int getConnectTimeout()
+  public int getConnectTimeout() throws IllegalStateException
   {
     try
     {

--
Gitblit v1.10.0