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/ldif/ChangeRecord.java | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/sdk/src/org/opends/sdk/ldif/ChangeRecord.java b/sdk/src/org/opends/sdk/ldif/ChangeRecord.java
index 37a1167..7ab93d4 100644
--- a/sdk/src/org/opends/sdk/ldif/ChangeRecord.java
+++ b/sdk/src/org/opends/sdk/ldif/ChangeRecord.java
@@ -27,13 +27,15 @@
package org.opends.sdk.ldif;
+
+
import org.opends.sdk.DN;
/**
- * A request to modify the content of the Directory in some way. A
- * change record represents one of the following operations:
+ * A request to modify the content of the Directory in some way. A change record
+ * represents one of the following operations:
* <ul>
* <li>An {@code Add} operation.
* <li>An {@code Delete} operation.
@@ -49,8 +51,7 @@
* @param <R>
* The return type of the visitor's methods.
* @param <P>
- * The type of the additional parameters to the visitor's
- * methods.
+ * The type of the additional parameters to the visitor's methods.
* @param v
* The change record visitor.
* @param p
@@ -62,8 +63,8 @@
/**
- * Returns the distinguished name of the entry being modified by this
- * {@code ChangeRecord}.
+ * Returns the distinguished name of the entry being modified by this {@code
+ * ChangeRecord}.
*
* @return The distinguished name of the entry being modified.
*/
--
Gitblit v1.10.0