From 48e7fa056f25f90a6c046ede3ad12aa804edb4d4 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 14 Feb 2008 15:36:19 +0000
Subject: [PATCH] Fix for issue 2958 (The timeout in ServerController to establish connection is too short)
---
opends/src/quicksetup/org/opends/quicksetup/util/InProcessServerController.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/util/InProcessServerController.java b/opends/src/quicksetup/org/opends/quicksetup/util/InProcessServerController.java
index 4c1ccfe..312e090 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/util/InProcessServerController.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/util/InProcessServerController.java
@@ -355,7 +355,7 @@
// seems necessary currenty for the case in which shutdown
// is called immediately afterward as is done by the upgrader.
- // Connection handlers are stopped and started asynchonously.
+ // Connection handlers are stopped and started asynchronously.
// Give the connection handlers time to initialize before
// continuing.
--
Gitblit v1.10.0