From 90a85f0fed34b0a7d6db93022074a39a17ad27b7 Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Fri, 24 Apr 2009 17:05:14 +0000
Subject: [PATCH] Fix for issue where unit tests hang when the startTLS extended operation is used.
---
opends/src/server/org/opends/server/core/ExtendedOperation.java | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diff --git a/opends/src/server/org/opends/server/core/ExtendedOperation.java b/opends/src/server/org/opends/server/core/ExtendedOperation.java
index 455140c..d7bff6d 100644
--- a/opends/src/server/org/opends/server/core/ExtendedOperation.java
+++ b/opends/src/server/org/opends/server/core/ExtendedOperation.java
@@ -22,7 +22,7 @@
* CDDL HEADER END
*
*
- * Copyright 2006-2008 Sun Microsystems, Inc.
+ * Copyright 2006-2009 Sun Microsystems, Inc.
*/
package org.opends.server.core;
@@ -94,13 +94,5 @@
* the client.
*/
public void setResponseValue(ByteString responseValue);
-
- /**
- * Indicates that the response for this extended operation has been sent from
- * somewhere outside of this class. This should only be used by the StartTLS
- * extended operation for the case in which it needs to send a response in the
- * clear after TLS negotiation has already started on the connection.
- */
- public void setResponseSent();
}
--
Gitblit v1.10.0