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

Glenn Van Lint
24.45.2013 fa0ca50ac6f0dd0280f9b795c4211ad074591487
Edited documentation.
1 files modified
7 ■■■■ changed files
opendj3/opendj-virtual/src/main/java/org/forgerock/opendj/virtual/JDBCConnectionFactory.java 7 ●●●● patch | view | raw | blame | history
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.