| opendj-sdk/opendj-core/src/main/java/org/forgerock/opendj/ldap/LdapPromise.java | ●●●●● patch | view | raw | blame | history |
opendj-sdk/opendj-core/src/main/java/org/forgerock/opendj/ldap/LdapPromise.java
@@ -22,7 +22,7 @@ * * * Copyright 2009 Sun Microsystems, Inc. * Portions copyright 2014-2015 ForgeRock AS * Portions copyright 2014-2016 ForgeRock AS */ package org.forgerock.opendj.ldap; @@ -68,6 +68,9 @@ LdapPromise<S> thenAlways(Runnable onResultOrException); @Override LdapPromise<S> thenFinally(Runnable onResultOrException); @Override // @Checkstyle:ignore <VOUT> LdapPromise<VOUT> thenAsync(AsyncFunction<? super S, VOUT, LdapException> onResult); }