From 36644aa0229073cde436212f5c42f998c412694a Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Fri, 26 Jul 2013 13:06:46 +0000
Subject: [PATCH] Fixed checkstyle error in Aci. More ACI debugging/readability changes.
---
opends/src/server/org/opends/server/authorization/dseecompat/AciBody.java | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/authorization/dseecompat/AciBody.java b/opends/src/server/org/opends/server/authorization/dseecompat/AciBody.java
index 530b61e..25f9485 100644
--- a/opends/src/server/org/opends/server/authorization/dseecompat/AciBody.java
+++ b/opends/src/server/org/opends/server/authorization/dseecompat/AciBody.java
@@ -336,7 +336,10 @@
* needed in the actual evaluation of the ACI. This routine returns only the
* rights needed in the evaluation. The order does matter, ACI_SELF evaluation
* needs to be before ACI_WRITE.
- *
+ * <p>
+ * JNR: I find the implementation in this method dubious.
+ * @see EnumRight#hasRights(int, int)
+ *
* @param evalCtx The evaluation context to determine the rights of.
* @return The evaluation rights to used in the evaluation.
*/
--
Gitblit v1.10.0