From b562bb7b23759b1ba50c4618eb35010054965226 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Thu, 21 Apr 2016 14:06:47 +0000
Subject: [PATCH] Fix warnings during build
---
opendj-server-legacy/src/main/java/org/opends/server/protocols/http/LDAPContext.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/LDAPContext.java b/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/LDAPContext.java
index ffbec45..4c46a36 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/LDAPContext.java
+++ b/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()
{
--
Gitblit v1.10.0