From 0eca4e127b04aa10246110444b0b2f4a0900377c Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Tue, 15 Dec 2009 00:57:57 +0000
Subject: [PATCH] Fix javadoc warning.
---
opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java b/opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java
index bec64a9..2066525 100644
--- a/opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java
+++ b/opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java
@@ -4682,8 +4682,8 @@
* Check if the specified DN is contained in the temporary DN cache.
*
* @param dn A DN check for.
- * @return {@code true if the specified DN is in the temporary DN cache, or
- * {@code false) if it is not.
+ * @return {@code true} if the specified DN is in the temporary DN cache,
+ * or {@code false} if it is not.
*/
public boolean contains(DN dn)
{
--
Gitblit v1.10.0