From f2160f4bd1c8ac67e5a86a6710d431e8932877f9 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 28 May 2010 11:47:51 +0000
Subject: [PATCH] Synchronize SDK on java.net with internal repository.

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

diff --git a/sdk/src/org/opends/sdk/CancelledResultException.java b/sdk/src/org/opends/sdk/CancelledResultException.java
index 5c4f80c..8abe3d5 100644
--- a/sdk/src/org/opends/sdk/CancelledResultException.java
+++ b/sdk/src/org/opends/sdk/CancelledResultException.java
@@ -22,7 +22,7 @@
  * CDDL HEADER END
  *
  *
- *      Copyright 2009 Sun Microsystems, Inc.
+ *      Copyright 2009-2010 Sun Microsystems, Inc.
  */
 
 package org.opends.sdk;
@@ -34,20 +34,20 @@
 
 
 /**
- * Thrown when the result code returned in a Result indicates that the
- * Request was cancelled. More specifically, this exception is used for
- * the following error result codes:
+ * Thrown when the result code returned in a Result indicates that the Request
+ * was cancelled. More specifically, this exception is used for the following
+ * error result codes:
  * <ul>
- * <li>{@link ResultCode#CANCELLED} - the requested operation was
+ * <li>{@link ResultCode#CANCELLED CANCELLED} - the requested operation was
  * cancelled.
- * <li>{@link ResultCode#CLIENT_SIDE_USER_CANCELLED} - the requested
- * operation was cancelled by the user.
+ * <li>{@link ResultCode#CLIENT_SIDE_USER_CANCELLED CLIENT_SIDE_USER_CANCELLED}
+ * - the requested operation was cancelled by the user.
  * </ul>
  */
 @SuppressWarnings("serial")
 public class CancelledResultException extends ErrorResultException
 {
-  CancelledResultException(Result result)
+  CancelledResultException(final Result result)
   {
     super(result);
   }

--
Gitblit v1.10.0