From 298edae9415010ec7ae8a389df4a540aa309a73a Mon Sep 17 00:00:00 2001 From: Sidi Mohamed EL AATIFI <1386020+elaatifi@users.noreply.github.com> Date: Thu, 17 Jun 2021 12:02:01 -0700 Subject: [PATCH] Fix a typo in Javadoc (#8394) Summary: iterateLowerBound Slice representing the lower bound Pull Request resolved: https://github.com/facebook/rocksdb/pull/8394 Reviewed By: ajkr Differential Revision: D29085721 Pulled By: jay-zhuang fbshipit-source-id: a154375879395c48e9bd3794d296e70316894056 --- java/src/main/java/org/rocksdb/ReadOptions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/src/main/java/org/rocksdb/ReadOptions.java b/java/src/main/java/org/rocksdb/ReadOptions.java index 2d3d2f3b8..8e287eb9d 100644 --- a/java/src/main/java/org/rocksdb/ReadOptions.java +++ b/java/src/main/java/org/rocksdb/ReadOptions.java @@ -437,7 +437,7 @@ public class ReadOptions extends RocksObject { * * Default: null * - * @param iterateLowerBound Slice representing the upper bound + * @param iterateLowerBound Slice representing the lower bound * @return the reference to the current ReadOptions. */ public ReadOptions setIterateLowerBound(final AbstractSlice iterateLowerBound) {