From 945baa37e165552383349e046d4f4e4b016058ec 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
---
opends/src/server/org/opends/server/admin/client/cli/SecureConnectionCliParser.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/admin/client/cli/SecureConnectionCliParser.java b/opends/src/server/org/opends/server/admin/client/cli/SecureConnectionCliParser.java
index 9a80e34..ce65c3f 100644
--- a/opends/src/server/org/opends/server/admin/client/cli/SecureConnectionCliParser.java
+++ b/opends/src/server/org/opends/server/admin/client/cli/SecureConnectionCliParser.java
@@ -474,10 +474,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