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/ChangeRecordVisitor.java | 21 ++++++++++-----------
1 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/sdk/src/org/opends/sdk/ldif/ChangeRecordVisitor.java b/sdk/src/org/opends/sdk/ldif/ChangeRecordVisitor.java
index 6cf718a..8dc9de8 100644
--- a/sdk/src/org/opends/sdk/ldif/ChangeRecordVisitor.java
+++ b/sdk/src/org/opends/sdk/ldif/ChangeRecordVisitor.java
@@ -37,22 +37,21 @@
/**
- * A visitor of {@code ChangeRecord}s, in the style of the visitor
- * design pattern.
+ * A visitor of {@code ChangeRecord}s, in the style of the visitor design
+ * pattern.
* <p>
- * Classes implementing this interface can query change records in a
- * type-safe manner. When a visitor is passed to a change record's
- * accept method, the corresponding visit method most applicable to that
- * change record is invoked.
+ * Classes implementing this interface can query change records in a type-safe
+ * manner. When a visitor is passed to a change record's accept method, the
+ * corresponding visit method most applicable to that change record is invoked.
*
* @param <R>
* The return type of this visitor's methods. Use
- * {@link java.lang.Void} for visitors that do not need to
- * return results.
+ * {@link java.lang.Void} for visitors that do not need to return
+ * results.
* @param <P>
- * The type of the additional parameter to this visitor's
- * methods. Use {@link java.lang.Void} for visitors that do not
- * need an additional parameter.
+ * The type of the additional parameter to this visitor's methods. Use
+ * {@link java.lang.Void} for visitors that do not need an additional
+ * parameter.
*/
public interface ChangeRecordVisitor<R, P>
{
--
Gitblit v1.10.0