summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/cmscore/ldapconn/LdapBoundConnFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/common/src/com/netscape/cmscore/ldapconn/LdapBoundConnFactory.java')
-rw-r--r--pki/base/common/src/com/netscape/cmscore/ldapconn/LdapBoundConnFactory.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/pki/base/common/src/com/netscape/cmscore/ldapconn/LdapBoundConnFactory.java b/pki/base/common/src/com/netscape/cmscore/ldapconn/LdapBoundConnFactory.java
index e5322d274..a8a107acb 100644
--- a/pki/base/common/src/com/netscape/cmscore/ldapconn/LdapBoundConnFactory.java
+++ b/pki/base/common/src/com/netscape/cmscore/ldapconn/LdapBoundConnFactory.java
@@ -514,6 +514,11 @@ public class LdapBoundConnFactory implements ILdapBoundConnFactory {
* used to keep track of connections from this factory.
*/
public class BoundConnection extends LdapBoundConnection {
+ /**
+ *
+ */
+ private static final long serialVersionUID = 1353616391879078337L;
+
public BoundConnection(LdapConnInfo connInfo, LdapAuthInfo authInfo)
throws LDAPException {
super(connInfo, authInfo);