From cc556edc003e4fb8df13611167fab0d9fd3890f9 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.
---
opendj-sdk/sdk/src/org/opends/sdk/LocalizableException.java | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/opendj-sdk/sdk/src/org/opends/sdk/LocalizableException.java b/opendj-sdk/sdk/src/org/opends/sdk/LocalizableException.java
index 2ea8568..85396b2 100644
--- a/opendj-sdk/sdk/src/org/opends/sdk/LocalizableException.java
+++ b/opendj-sdk/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