!1267 Fixed Spotbug reported issue DLS-DEAD_LOCAL_STORE

Merge pull request !1267 from i-robot/pull174
This commit is contained in:
i-robot 2021-12-07 15:50:05 +00:00 committed by Gitee
commit a3635eaaef
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ public class TestSnappyCompressionSerializer
.create();
int entries = 200;
String value = "001:3,002:3,003:3,004:3,005:3,006:3,007:3,008:3,009:3,002:3,010:3,002:3,011:3,012:3,101:3,102:3,103:3,104:3,105:3,106:3,107:3,108:3,109:3,102:3,110:3,102:3,111:3,112:3";
byte[] valueBytes = value.getBytes();
for (int i = 0; i < entries; i++) {
btree.put(i + "", value);
}