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

neil_a_wilson
16.22.2006 336f28b5a93b7d3f4116502dcab2327a60f706ca
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>();
  }