mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
sdk/src/org/opends/sdk/AbstractConnectionFactory.java @@ -80,4 +80,11 @@ { return getAsynchronousConnection(null).get().getSynchronousConnection(); } /** * {@inheritDoc} */ public abstract String toString(); }