Skip to content

Commit 76302d9

Browse files
oliviarlajhpark816
authored andcommitted
DOC: Fix example for asyncBopInsertAndGetTrimmed
1 parent ca99625 commit 76302d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user-guide/07-btree-API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ B+tree에 element 삽입하면서 암묵적으로 trim되는 element를 조회
442442

443443
```java
444444
private String key = "BopStoreAndGetTest";
445-
private long[] longBkeys = { 10L, 11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L };
445+
private long[] longBkeys = { 10L, 11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L };
446446

447447
public void testInsertAndGetTrimmedLongBKey() throws Exception {
448448
// insert test data

0 commit comments

Comments
 (0)