Skip to content

Commit 92131f8

Browse files
committed
dropAllData() is not implemented on native side; remove public for now
1 parent af1b15a commit 92131f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,8 @@ public void unregisterTransaction(Transaction transaction) {
407407
}
408408
}
409409

410-
public void dropAllData() {
410+
// TODO not implemented on native side; rename to "nukeData" (?)
411+
void dropAllData() {
411412
nativeDropAllData(handle);
412413
}
413414

0 commit comments

Comments
 (0)