mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noël Rouvignac
21.06.2016 b562bb7b23759b1ba50c4618eb35010054965226
opendj-server-legacy/src/main/java/org/opends/server/protocols/http/LDAPContext.java
@@ -19,7 +19,7 @@
import org.forgerock.services.context.AbstractContext;
import org.forgerock.services.context.Context;
/** Context provided by this LDAP server to the embedded {@link HttpApplication}s. */
/** Context provided by this LDAP server to the embedded {@link org.forgerock.http.HttpApplication}s. */
public final class LDAPContext extends AbstractContext
{
  private final ConnectionFactory ldapConnectionFactory;
@@ -31,9 +31,9 @@
  }
  /**
   * Get the {@link LDAPConnectionFactory} attached to this context.
   * Get the {@link org.forgerock.opendj.ldap.LDAPConnectionFactory} attached to this context.
   *
   * @return The {@link LDAPConnectionFactory} attached to this context.
   * @return The {@link org.forgerock.opendj.ldap.LDAPConnectionFactory} attached to this context.
   */
  public ConnectionFactory getLdapConnectionFactory()
  {