From f76e6729fcadd1f58ba54e0ce1b79030d0606b33 Mon Sep 17 00:00:00 2001 From: "A.J. Beamon" Date: Mon, 11 Dec 2017 15:01:28 -0800 Subject: [PATCH] Revert whitespace change --- .../src-completable/main/com/apple/foundationdb/Database.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/java/src-completable/main/com/apple/foundationdb/Database.java b/bindings/java/src-completable/main/com/apple/foundationdb/Database.java index 81127463f1..9906b72f93 100644 --- a/bindings/java/src-completable/main/com/apple/foundationdb/Database.java +++ b/bindings/java/src-completable/main/com/apple/foundationdb/Database.java @@ -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 read(Function 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) */ CompletableFuture readAsync(