From 72650d4cc41c64136d064967d7fec3726d850fee Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 14 Oct 2010 11:52:28 +0000
Subject: [PATCH] Multiple enhancements and bug fixes to the SDK (update from OpenDS by matthew_swift):

---
 sdk/src/org/opends/sdk/requests/AbandonRequest.java |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sdk/src/org/opends/sdk/requests/AbandonRequest.java b/sdk/src/org/opends/sdk/requests/AbandonRequest.java
index b8e705d..305c931 100644
--- a/sdk/src/org/opends/sdk/requests/AbandonRequest.java
+++ b/sdk/src/org/opends/sdk/requests/AbandonRequest.java
@@ -22,7 +22,7 @@
  * CDDL HEADER END
  *
  *
- *      Copyright 2009 Sun Microsystems, Inc.
+ *      Copyright 2009-2010 Sun Microsystems, Inc.
  */
 
 package org.opends.sdk.requests;
@@ -70,23 +70,23 @@
 
 
   /**
-   * Returns the message ID of the request to be abandoned.
+   * Returns the request ID of the request to be abandoned.
    *
-   * @return The message ID of the request to be abandoned.
+   * @return The request ID of the request to be abandoned.
    */
-  int getMessageID();
+  int getRequestID();
 
 
 
   /**
-   * Sets the message ID of the request to be abandoned.
+   * Sets the request ID of the request to be abandoned.
    *
    * @param id
-   *          The message ID of the request to be abandoned.
+   *          The request ID of the request to be abandoned.
    * @return This abandon request.
    * @throws UnsupportedOperationException
-   *           If this abandon request does not permit the message ID to be set.
+   *           If this abandon request does not permit the request ID to be set.
    */
-  AbandonRequest setMessageID(int id) throws UnsupportedOperationException;
+  AbandonRequest setRequestID(int id) throws UnsupportedOperationException;
 
 }

--
Gitblit v1.10.0