From b8efcc05f7380c48df26fe0291991020dcf8be90 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 14 Oct 2010 11:52:28 +0000
Subject: [PATCH] Multiple enhancements and bug fixes to the SDK (update from OpenDS by matthew_swift):
---
opendj-sdk/sdk/src/org/opends/sdk/AbstractConnectionFactory.java | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/sdk/src/org/opends/sdk/AbstractConnectionFactory.java b/opendj-sdk/sdk/src/org/opends/sdk/AbstractConnectionFactory.java
index 7ae9ee2..a951488 100644
--- a/opendj-sdk/sdk/src/org/opends/sdk/AbstractConnectionFactory.java
+++ b/opendj-sdk/sdk/src/org/opends/sdk/AbstractConnectionFactory.java
@@ -80,4 +80,11 @@
{
return getAsynchronousConnection(null).get().getSynchronousConnection();
}
+
+
+
+ /**
+ * {@inheritDoc}
+ */
+ public abstract String toString();
}
--
Gitblit v1.10.0