Skip to content

Commit b1aa898

Browse files
SyncFlags: move into sync package
They are currently unused, so should be fine.
1 parent 5279983 commit b1aa898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objectbox-java/src/main/java/io/objectbox/model/SyncFlags.java renamed to objectbox-java/src/main/java/io/objectbox/sync/SyncFlags.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// automatically generated by the FlatBuffers compiler, do not modify
1818

19-
package io.objectbox.model;
19+
package io.objectbox.sync;
2020

2121
/**
2222
* Flags to adjust sync behavior like additional logging.

0 commit comments

Comments
 (0)