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/ConnectionException.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sdk/src/org/opends/sdk/ConnectionException.java b/sdk/src/org/opends/sdk/ConnectionException.java
index 8f7e5d9..839f2fc 100644
--- a/sdk/src/org/opends/sdk/ConnectionException.java
+++ b/sdk/src/org/opends/sdk/ConnectionException.java
@@ -34,13 +34,13 @@
/**
- * Thrown when the result code returned in a Result indicates that the
- * Request was unsuccessful because of a connection failure.
+ * Thrown when the result code returned in a Result indicates that the Request
+ * was unsuccessful because of a connection failure.
*/
@SuppressWarnings("serial")
public class ConnectionException extends ErrorResultException
{
- ConnectionException(Result result)
+ ConnectionException(final Result result)
{
super(result);
}
--
Gitblit v1.10.0