From 336f28b5a93b7d3f4116502dcab2327a60f706ca 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.
---
opends/src/server/org/opends/server/protocols/internal/InternalConnectionHandler.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/src/server/org/opends/server/protocols/internal/InternalConnectionHandler.java b/opends/src/server/org/opends/server/protocols/internal/InternalConnectionHandler.java
index 391916e..034b6df 100644
--- a/opends/src/server/org/opends/server/protocols/internal/InternalConnectionHandler.java
+++ b/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