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

diff --git a/sdk/src/org/opends/sdk/ldif/EntryReader.java b/sdk/src/org/opends/sdk/ldif/EntryReader.java
index 0a01687..a42c293 100644
--- a/sdk/src/org/opends/sdk/ldif/EntryReader.java
+++ b/sdk/src/org/opends/sdk/ldif/EntryReader.java
@@ -38,14 +38,12 @@
 
 
 /**
- * An interface for reading entries from a data source, typically an
- * LDIF file.
+ * An interface for reading entries 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>
@@ -57,9 +55,9 @@
 {
 
   /**
-   * Closes this entry reader if it is not already closed. Note that
-   * this method does not need to be called if a previous call of
-   * {@link #readEntry()} has returned {@code null}.
+   * Closes this entry reader if it is not already closed. Note that this method
+   * does not need to be called if a previous call of {@link #readEntry()} has
+   * returned {@code null}.
    *
    * @throws IOException
    *           If an unexpected IO error occurred while closing.
@@ -69,17 +67,14 @@
 
 
   /**
-   * Reads the next entry, blocking if necessary until an entry is
-   * available.
+   * Reads the next entry, blocking if necessary until an entry is available.
    *
-   * @return The next entry or {@code null} if there are no more entries
-   *         to be read.
+   * @return The next entry or {@code null} if there are no more entries to be
+   *         read.
    * @throws DecodeException
-   *           If the entry could not be decoded because it was
-   *           malformed.
+   *           If the entry could not be decoded because it was malformed.
    * @throws IOException
-   *           If an unexpected IO error occurred while reading the
-   *           entry.
+   *           If an unexpected IO error occurred while reading the entry.
    */
   Entry readEntry() throws DecodeException, IOException;
 }

--
Gitblit v1.10.0