Skip to content

Commit b0270f1

Browse files
BoxStore: clarify different versions
1 parent 052e8b6 commit b0270f1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,18 @@ public static synchronized boolean clearDefaultStore() {
132132
return existedBefore;
133133
}
134134

135-
/** Gets the Version of ObjectBox Java. */
135+
/**
136+
* Returns the version of this ObjectBox Java SDK.
137+
*/
136138
public static String getVersion() {
137139
return VERSION;
138140
}
139141

140142
static native String nativeGetVersion();
141143

142-
/** Gets the Version of ObjectBox Core. */
144+
/**
145+
* Returns the version of the loaded ObjectBox database library.
146+
*/
143147
public static String getVersionNative() {
144148
NativeLibraryLoader.ensureLoaded();
145149
return nativeGetVersion();

0 commit comments

Comments
 (0)