From 6d53d21dc6c05f29a361d7f470ab7a38656ab79f Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Thu, 12 Jul 2007 23:10:53 +0000
Subject: [PATCH] Fix compiler/analyze warnings and a error message bug.
---
opends/src/server/org/opends/server/authorization/dseecompat/AuthMethod.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/authorization/dseecompat/AuthMethod.java b/opends/src/server/org/opends/server/authorization/dseecompat/AuthMethod.java
index 2fed749..6909aa6 100644
--- a/opends/src/server/org/opends/server/authorization/dseecompat/AuthMethod.java
+++ b/opends/src/server/org/opends/server/authorization/dseecompat/AuthMethod.java
@@ -58,6 +58,8 @@
* Create a class representing an authmethod bind rule keyword from the
* provided method and bind rule type.
* @param type An enumeration representing the type of the expression.
+ * @param saslMech The string representation of the SASL Mechanism.
+ * @param method An Enumeration of the authentication method.
*/
private AuthMethod(EnumAuthMethod method, String saslMech,
EnumBindRuleType type) {
--
Gitblit v1.10.0