From 360ba1485d3f72351575c2662f0b0a995e8e3dd9 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Sat, 16 Sep 2006 19:22:38 +0000
Subject: [PATCH] Fix numerous problems (long lines in doctarget files, unused imports, incorrect use of {@inheritDoc}) to satisfy checkstyle and javadoc.

---
 opendj-sdk/opends/src/server/org/opends/server/extensions/InternalConnectionSecurityProvider.java |   19 ++++++++-----------
 1 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/extensions/InternalConnectionSecurityProvider.java b/opendj-sdk/opends/src/server/org/opends/server/extensions/InternalConnectionSecurityProvider.java
index db722d9..f82ac8e 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/extensions/InternalConnectionSecurityProvider.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/extensions/InternalConnectionSecurityProvider.java
@@ -28,22 +28,13 @@
 
 
 
-import java.io.IOException;
-import java.nio.ByteBuffer;
 import java.nio.channels.SocketChannel;
 
 import org.opends.server.api.ClientConnection;
 import org.opends.server.api.ConnectionSecurityProvider;
-import org.opends.server.config.ConfigEntry;
-import org.opends.server.config.ConfigException;
 import org.opends.server.core.DirectoryException;
-import org.opends.server.core.InitializationException;
-import org.opends.server.types.DisconnectReason;
 
 import static org.opends.server.loggers.Debug.*;
-import static org.opends.server.messages.ExtensionsMessages.*;
-import static org.opends.server.messages.MessageHandler.*;
-import static org.opends.server.util.StaticUtils.*;
 
 
 
@@ -67,7 +58,7 @@
 
 
   /**
-   * {@inheritDoc}
+   * Creates a new instance of this internal connection security provider.
    */
   public InternalConnectionSecurityProvider()
   {
@@ -79,7 +70,13 @@
 
 
   /**
-   * {@inheritDoc}
+   * Creates a new instance of this internal connection security provider with
+   * the provided information.
+   *
+   * @param  clientConnection  The client connection for this security provider
+   *                           instance.
+   * @param  socketChannel     The socket channel for this security provider
+   *                           instance.
    */
   protected InternalConnectionSecurityProvider(
                  ClientConnection clientConnection, SocketChannel socketChannel)

--
Gitblit v1.10.0