From c88dc2b1b42129998a8d02ca1e08f0cb955b7303 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 27 Mar 2013 12:39:08 +0000
Subject: [PATCH] OPENDJ-832 Leverage the work queue for processing requests received on the HTTP connection handler
---
opendj3/opendj-ldap-sdk/src/main/java/com/forgerock/opendj/util/AsynchronousFutureResult.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj3/opendj-ldap-sdk/src/main/java/com/forgerock/opendj/util/AsynchronousFutureResult.java b/opendj3/opendj-ldap-sdk/src/main/java/com/forgerock/opendj/util/AsynchronousFutureResult.java
index a47d440..efa811d 100644
--- a/opendj3/opendj-ldap-sdk/src/main/java/com/forgerock/opendj/util/AsynchronousFutureResult.java
+++ b/opendj3/opendj-ldap-sdk/src/main/java/com/forgerock/opendj/util/AsynchronousFutureResult.java
@@ -274,11 +274,11 @@
}
/**
- * Returns the request handler associated to this FutureResult.
+ * Returns the result handler associated to this FutureResult.
*
- * @return the request handler associated to this FutureResult.
+ * @return the result handler associated to this FutureResult.
*/
- public H getRequestHandler() {
+ public H getResultHandler() {
return handler;
}
--
Gitblit v1.10.0