Update bindings/java/src/main/com/apple/foundationdb/FDB.java

Co-authored-by: Alec Grieser <alloc@apple.com>
This commit is contained in:
Vishesh Yadav 2020-08-27 14:01:02 -07:00 committed by GitHub
parent aa326c030b
commit c103dc3ec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;