We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ee24f commit bc12fd0Copy full SHA for bc12fd0
src/test/java/org/lmdbjava/TutorialTest.java
@@ -500,7 +500,6 @@ public void tutorial7() throws IOException {
500
// how to speed up inserts by appending them in key order, using integer
501
// or reverse ordered keys, using Env.DISABLE_CHECKS_PROP etc), but you now
502
// know enough to tackle the JavaDocs with confidence. Have fun!
503
-
504
private Env<ByteBuffer> createSimpleEnv(final File path) {
505
return create()
506
.setMapSize(10_485_760)
0 commit comments