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

Ludovic Poitou
14.52.2010 b8efcc05f7380c48df26fe0291991020dcf8be90
opendj-sdk/sdk/src/org/opends/sdk/AbstractConnectionFactory.java
@@ -80,4 +80,11 @@
  {
    return getAsynchronousConnection(null).get().getSynchronousConnection();
  }
  /**
   * {@inheritDoc}
   */
  public abstract String toString();
}