From 34ac48d938d5f3411505f7d0f883a585148ec716 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)
---
sdk/src/org/opends/sdk/AuthenticatedConnectionFactory.java | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/sdk/src/org/opends/sdk/AuthenticatedConnectionFactory.java b/sdk/src/org/opends/sdk/AuthenticatedConnectionFactory.java
index 4fd5102..bec779a 100644
--- a/sdk/src/org/opends/sdk/AuthenticatedConnectionFactory.java
+++ b/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