From 2e7c3eb30fc03eb0a291b30db2606961a1aa123d Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Fri, 15 Oct 2010 13:35:05 +0000
Subject: [PATCH] Update javadoc, fails passing the checkstyle target.
---
opends/src/server/org/opends/server/authorization/dseecompat/Aci.java | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/opends/src/server/org/opends/server/authorization/dseecompat/Aci.java b/opends/src/server/org/opends/server/authorization/dseecompat/Aci.java
index 7e8f2f2..8645d36 100644
--- a/opends/src/server/org/opends/server/authorization/dseecompat/Aci.java
+++ b/opends/src/server/org/opends/server/authorization/dseecompat/Aci.java
@@ -602,16 +602,16 @@
}
/**
- * Compares this DN with the provided DN based on a natural order.
+ * Compares this Aci with the provided Aci based on a natural order.
* This order will be first hierarchical (ancestors will come before
* descendants) and then alphabetical by attribute name(s) and
* value(s).
*
- * @param dn The DN against which to compare this DN.
+ * @param aci The Aci against which to compare this Aci.
*
- * @return A negative integer if this DN should come before the
- * provided DN, a positive integer if this DN should come
- * after the provided DN, or zero if there is no difference
+ * @return A negative integer if this Aci should come before the
+ * provided Aci, a positive integer if this Aci should come
+ * after the provided Aci, or zero if there is no difference
* with regard to ordering.
*/
public int compareTo(Aci aci)
--
Gitblit v1.10.0