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

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