From 4c3ef302b5b4ff6fd2b020316c83f42543207469 Mon Sep 17 00:00:00 2001
From: Glenn Van Lint <glenn.vanlint@is4u.be>
Date: Thu, 23 May 2013 22:45:49 +0000
Subject: [PATCH] Edited documentation.

---
 opendj-sdk/opendj3/opendj-virtual/src/main/java/org/forgerock/opendj/virtual/JDBCConnectionFactory.java |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/opendj-sdk/opendj3/opendj-virtual/src/main/java/org/forgerock/opendj/virtual/JDBCConnectionFactory.java b/opendj-sdk/opendj3/opendj-virtual/src/main/java/org/forgerock/opendj/virtual/JDBCConnectionFactory.java
index c0def1f..99c15c1 100644
--- a/opendj-sdk/opendj3/opendj-virtual/src/main/java/org/forgerock/opendj/virtual/JDBCConnectionFactory.java
+++ b/opendj-sdk/opendj3/opendj-virtual/src/main/java/org/forgerock/opendj/virtual/JDBCConnectionFactory.java
@@ -67,14 +67,9 @@
   }
 
   /**
-   * Returns a connection to the Directory Server associated with this
+   * Returns a connection to the Database Server associated with this
    * connection factory. The connection returned by this method can be used
    * immediately.
-   * <p>
-   * If the calling thread is interrupted while waiting for the connection
-   * attempt to complete then the calling thread unblock and throw a
-   * {@link CancelledResultException} whose cause is the underlying
-   * {@link InterruptedException}.
    *
    * @return A connection to the Database Server associated with this
    *         connection factory.

--
Gitblit v1.10.0