diff --git a/bindings/java/src/main/com/apple/foundationdb/FDB.java b/bindings/java/src/main/com/apple/foundationdb/FDB.java index 5fb4fb16d9..4498c85aba 100644 --- a/bindings/java/src/main/com/apple/foundationdb/FDB.java +++ b/bindings/java/src/main/com/apple/foundationdb/FDB.java @@ -244,7 +244,7 @@ public class FDB { * Determines whether getRange() queries can use {@link DirectByteBuffer} from * {@link DirectBufferPool} to copy results. * - * @return {@code true} if an enabled has been selected and {@code false} otherwise + * @return {@code true} if direct buffer queues have been enabled and {@code false} otherwise */ public boolean isDirectBufferQueriesEnabled() { return enableDirectBufferQueries;