mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-25 22:44:05 +00:00
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
This commit is contained in:
parent
d81c2d1e3d
commit
298edae941
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue