From 0658d6c50d97fd3b1804a8f4577ff69d870c3b5f Mon Sep 17 00:00:00 2001
From: jarnou <jarnou@localhost>
Date: Tue, 17 Jul 2007 15:45:17 +0000
Subject: [PATCH] One-line commit to change the signature of the processExtendedOperation method so that it returns an ExtendedOperation and not an ExtendedOperationBasis
---
opends/src/server/org/opends/server/protocols/jmx/JmxClientConnection.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/protocols/jmx/JmxClientConnection.java b/opends/src/server/org/opends/server/protocols/jmx/JmxClientConnection.java
index 0e55409..ddb9022 100644
--- a/opends/src/server/org/opends/server/protocols/jmx/JmxClientConnection.java
+++ b/opends/src/server/org/opends/server/protocols/jmx/JmxClientConnection.java
@@ -652,7 +652,7 @@
* @return A reference to the extended operation that was processed and
* contains information about the result of the processing.
*/
- public ExtendedOperationBasis processExtendedOperation(String requestOID,
+ public ExtendedOperation processExtendedOperation(String requestOID,
ASN1OctetString requestValue)
{
ExtendedOperationBasis extendedOperation =
--
Gitblit v1.10.0