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/TimeoutResultException.java |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/sdk/src/org/opends/sdk/TimeoutResultException.java b/sdk/src/org/opends/sdk/TimeoutResultException.java
index c7fbe1c..db3f200 100644
--- a/sdk/src/org/opends/sdk/TimeoutResultException.java
+++ b/sdk/src/org/opends/sdk/TimeoutResultException.java
@@ -34,14 +34,13 @@
 
 
 /**
- * Thrown when the result code returned in a Result indicates that the
- * Request was aborted because it did not complete in the required time
- * out period.
+ * Thrown when the result code returned in a Result indicates that the Request
+ * was aborted because it did not complete in the required time out period.
  */
 @SuppressWarnings("serial")
 public class TimeoutResultException extends ErrorResultException
 {
-  TimeoutResultException(Result result)
+  TimeoutResultException(final Result result)
   {
     super(result);
   }

--
Gitblit v1.10.0