summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/connector/IHttpConnFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/src/com/netscape/certsrv/connector/IHttpConnFactory.java')
-rw-r--r--base/common/src/com/netscape/certsrv/connector/IHttpConnFactory.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/common/src/com/netscape/certsrv/connector/IHttpConnFactory.java b/base/common/src/com/netscape/certsrv/connector/IHttpConnFactory.java
index 27a94a57f..55c537cff 100644
--- a/base/common/src/com/netscape/certsrv/connector/IHttpConnFactory.java
+++ b/base/common/src/com/netscape/certsrv/connector/IHttpConnFactory.java
@@ -25,14 +25,14 @@ import com.netscape.certsrv.base.EBaseException;
* Multiple threads use this interface to utilize and release
* the Ldap connection resources. This factory will maintain a
* list of Http type connections to the remote host.
- *
+ *
* @version $Revision$, $Date$
*/
public interface IHttpConnFactory {
/**
* Request access to a Ldap connection from the pool.
- *
+ *
* @exception EBaseException if any error occurs, such as a
* @return Ldap connection object.
* connection is not available
@@ -42,7 +42,7 @@ public interface IHttpConnFactory {
/**
* Return connection to the factory. mandatory after a getConn().
- *
+ *
* @param conn Ldap connection object to be returned to the free list of the pool.
* @exception EBaseException On any failure to return the connection.
*/