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

diff --git a/sdk/src/org/opends/sdk/LocalizableException.java b/sdk/src/org/opends/sdk/LocalizableException.java
index 2ea8568..85396b2 100644
--- a/sdk/src/org/opends/sdk/LocalizableException.java
+++ b/sdk/src/org/opends/sdk/LocalizableException.java
@@ -28,19 +28,15 @@
 
 
 
-
-
-
-
 /**
- * This interface should be implemented by any exception interfaces that
- * expose a localizable error message.
+ * This interface should be implemented by any exception interfaces that expose
+ * a localizable error message.
  */
 public interface LocalizableException
 {
   /**
    * Returns the message that explains the problem that occurred.
-   * 
+   *
    * @return The message that explains the problem that occurred.
    */
   LocalizableMessage getMessageObject();

--
Gitblit v1.10.0