Revert whitespace change
This commit is contained in:
parent
171a7f34ea
commit
f76e6729fc
|
@ -94,7 +94,7 @@ public interface Database extends AutoCloseable, TransactionContext {
|
|||
* @param retryable the block of logic to execute in a {@link Transaction} against
|
||||
* this database
|
||||
* @param e the {@link Executor} to use for asynchronous callbacks
|
||||
*
|
||||
*
|
||||
* @see #read(Function)
|
||||
*/
|
||||
<T> T read(Function<? super ReadTransaction, T> retryable, Executor e);
|
||||
|
@ -128,7 +128,7 @@ public interface Database extends AutoCloseable, TransactionContext {
|
|||
* @param retryable the block of logic to execute in a {@link ReadTransaction} against
|
||||
* this database
|
||||
* @param e the {@link Executor} to use for asynchronous callbacks
|
||||
*
|
||||
*
|
||||
* @see #readAsync(Function)
|
||||
*/
|
||||
<T> CompletableFuture<T> readAsync(
|
||||
|
|
Loading…
Reference in New Issue