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/ChangeRecordReader.java | 26 ++++++++++++--------------
1 files changed, 12 insertions(+), 14 deletions(-)
diff --git a/sdk/src/org/opends/sdk/ldif/ChangeRecordReader.java b/sdk/src/org/opends/sdk/ldif/ChangeRecordReader.java
index 8894159..0e73da8 100644
--- a/sdk/src/org/opends/sdk/ldif/ChangeRecordReader.java
+++ b/sdk/src/org/opends/sdk/ldif/ChangeRecordReader.java
@@ -37,14 +37,13 @@
/**
- * An interface for reading change records from a data source, typically
- * an LDIF file.
+ * An interface for reading change records from a data source, typically an LDIF
+ * file.
* <p>
* Implementations must specify the following:
* <ul>
* <li>Whether or not it is possible for the implementation to encounter
- * malformed change records and, if it is possible, how they are
- * handled.
+ * malformed change records and, if it is possible, how they are handled.
* <li>Any synchronization limitations.
* </ul>
* <p>
@@ -56,8 +55,8 @@
{
/**
- * Closes this change record reader if it not already closed. Note
- * that this method does not need to be called if a previous call of
+ * Closes this change record reader if it not already closed. Note that this
+ * method does not need to be called if a previous call of
* {@link #readChangeRecord()} has returned {@code null}.
*
* @throws IOException
@@ -68,19 +67,18 @@
/**
- * Reads the next change record, blocking if necessary until a change
- * record is available. If the next change record does not contain a
- * change type then it will be treated as an {@code Add} change
- * record.
+ * Reads the next change record, blocking if necessary until a change record
+ * is available. If the next change record does not contain a change type then
+ * it will be treated as an {@code Add} change record.
*
- * @return The next change record, or {@code null} if there are no
- * more change records to be read.
+ * @return The next change record, or {@code null} if there are no more change
+ * records to be read.
* @throws DecodeException
* If the change record could not be decoded because it was
* malformed.
* @throws IOException
- * If an unexpected IO error occurred while reading the
- * change record.
+ * If an unexpected IO error occurred while reading the change
+ * record.
*/
ChangeRecord readChangeRecord() throws DecodeException, IOException;
}
--
Gitblit v1.10.0