Skip to content

Commit 129146e

Browse files
committed
BoxStore: update version string to 2021-08-18, minor doc fixes
1 parent 27de45a commit 129146e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

objectbox-java/src/main/java/io/objectbox/BoxStore.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
import io.objectbox.sync.SyncClient;
5858

5959
/**
60-
* An ObjectBox database that provides {@link Box Boxes} to put and get Objects of a specific Entity class
60+
* An ObjectBox database that provides {@link Box Boxes} to put and get objects of specific entity classes
6161
* (see {@link #boxFor(Class)}). To get an instance of this class use {@code MyObjectBox.builder()}.
6262
*/
6363
@SuppressWarnings({"unused", "UnusedReturnValue", "SameParameterValue", "WeakerAccess"})
@@ -71,7 +71,7 @@ public class BoxStore implements Closeable {
7171
/** Change so ReLinker will update native library when using workaround loading. */
7272
public static final String JNI_VERSION = "2.9.2-RC3";
7373

74-
private static final String VERSION = "2.9.2-2021-06-29";
74+
private static final String VERSION = "2.9.2-2021-08-18";
7575
private static BoxStore defaultStore;
7676

7777
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */

0 commit comments

Comments
 (0)