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/schema/ConflictingSchemaElementException.java |   18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/sdk/src/org/opends/sdk/schema/ConflictingSchemaElementException.java b/sdk/src/org/opends/sdk/schema/ConflictingSchemaElementException.java
index c814f89..bd749e3 100644
--- a/sdk/src/org/opends/sdk/schema/ConflictingSchemaElementException.java
+++ b/sdk/src/org/opends/sdk/schema/ConflictingSchemaElementException.java
@@ -29,30 +29,28 @@
 
 
 
-import org.opends.sdk.LocalizedIllegalArgumentException;
 import org.opends.sdk.LocalizableMessage;
-
+import org.opends.sdk.LocalizedIllegalArgumentException;
 
 
 
 /**
- * Thrown when addition of a schema element to a schema builder fails
- * because the OID of the schema element conflicts with an existing
- * schema element and the caller explicitly requested not to override
- * existing schema elements.
+ * Thrown when addition of a schema element to a schema builder fails because
+ * the OID of the schema element conflicts with an existing schema element and
+ * the caller explicitly requested not to override existing schema elements.
  */
 @SuppressWarnings("serial")
 public class ConflictingSchemaElementException extends
     LocalizedIllegalArgumentException
 {
   /**
-   * Creates a new conflicting schema element exception with the
-   * provided message.
-   * 
+   * Creates a new conflicting schema element exception with the provided
+   * message.
+   *
    * @param message
    *          The message that explains the problem that occurred.
    */
-  public ConflictingSchemaElementException(LocalizableMessage message)
+  public ConflictingSchemaElementException(final LocalizableMessage message)
   {
     super(message);
   }

--
Gitblit v1.10.0