From dc2ab053f4a5fe2ec5608b4bbf7a9f3e0835ae83 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 08 Jan 2010 18:13:58 +0000
Subject: [PATCH] * various minor code fixes * fix unit tests * remove TODOs from Javadoc (issues are now in Issue Tracker)

---
 opendj-sdk/sdk/src/org/opends/sdk/AuthenticatedConnectionFactory.java |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/sdk/src/org/opends/sdk/AuthenticatedConnectionFactory.java b/opendj-sdk/sdk/src/org/opends/sdk/AuthenticatedConnectionFactory.java
index 4fd5102..bec779a 100644
--- a/opendj-sdk/sdk/src/org/opends/sdk/AuthenticatedConnectionFactory.java
+++ b/opendj-sdk/sdk/src/org/opends/sdk/AuthenticatedConnectionFactory.java
@@ -377,7 +377,6 @@
         protected AsynchronousConnection transformResult(
             BindResult result) throws ErrorResultException
         {
-          // FIXME: should make the result unmodifiable.
           return new AuthenticatedAsynchronousConnection(connection);
         }
 

--
Gitblit v1.10.0