From 8519e0639971841e1dab8814a53d657e158aa682 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 20 Oct 2009 19:49:54 +0000
Subject: [PATCH] Fix some comments.
---
opends/src/guitools/org/opends/guitools/controlpanel/browser/LDAPConnectionPool.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/src/guitools/org/opends/guitools/controlpanel/browser/LDAPConnectionPool.java b/opends/src/guitools/org/opends/guitools/controlpanel/browser/LDAPConnectionPool.java
index 65fa212..d83fe14 100644
--- a/opends/src/guitools/org/opends/guitools/controlpanel/browser/LDAPConnectionPool.java
+++ b/opends/src/guitools/org/opends/guitools/controlpanel/browser/LDAPConnectionPool.java
@@ -610,13 +610,13 @@
* Returns a collection of AuthRecord.
* @return a collection of AuthRecord.
*/
- Collection getRegisteredAuthentication() {
+ Collection<?> getRegisteredAuthentication() {
return authTable.values();
}
}
/**
- * A struct representing authentication data.
+ * A structure representing authentication data.
*/
class AuthRecord {
LDAPURL ldapUrl;
@@ -625,7 +625,7 @@
}
/**
- * A struct representing an active connection.
+ * A structure representing an active connection.
*/
class ConnectionRecord {
InitialLdapContext ctx;
--
Gitblit v1.10.0