From 2a3158aad80fc910b83336485b3e545dea50066c Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 20 Apr 2016 09:23:30 +0000
Subject: [PATCH] guitools + quicksetup: added @Override + Autorefactor'ed comments
---
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/LDAPConnectionPool.java | 13 +++----------
1 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/LDAPConnectionPool.java b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/LDAPConnectionPool.java
index 82f2432..544bbba 100644
--- a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/LDAPConnectionPool.java
+++ b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/LDAPConnectionPool.java
@@ -361,10 +361,7 @@
}
}
- /**
- * Notifies the listeners that a referral authentication change happened.
- *
- */
+ /** Notifies the listeners that a referral authentication change happened. */
private void notifyListeners()
{
for (ReferralAuthenticationListener listener : listeners)
@@ -522,17 +519,13 @@
}
-/**
- * A structure representing authentication data.
- */
+/** A structure representing authentication data. */
class AuthRecord {
String dn;
String password;
}
-/**
- * A structure representing an active connection.
- */
+/** A structure representing an active connection. */
class ConnectionRecord {
InitialLdapContext ctx;
int counter;
--
Gitblit v1.10.0