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/protocols/internal/InternalConnectionHandler.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/protocols/internal/InternalConnectionHandler.java b/opendj-sdk/opends/src/server/org/opends/server/protocols/internal/InternalConnectionHandler.java
index 391916e..034b6df 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/protocols/internal/InternalConnectionHandler.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/protocols/internal/InternalConnectionHandler.java
@@ -78,9 +78,9 @@
assert debugConstructor(CLASS_NAME);
- // Since we can't guarantee that the initializeConnectionHandler method will
- // always be called for this method, we'll do the necessary "initialization"
- // here.
+ // Since we can't guarantee that the initializeConnectionHandler
+ // method will always be called for this method, we'll do the
+ // necessary "initialization" here.
connectionList = new LinkedList<ClientConnection>();
}
--
Gitblit v1.10.0