File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
objectbox-java/src/main/java/io/objectbox Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 * credentials.</li>
2929 * <li>Optional: use the {@link io.objectbox.sync.SyncBuilder} instance from the last step to configure the sync
3030 * client and set initial listeners.</li>
31- * <li>Call {@link io.objectbox.sync.SyncBuilder#build()}</li> to get an instance of
32- * {@link io.objectbox.sync.SyncClient} (and hold on to it). Synchronization is now active.
31+ * <li>Call {@link io.objectbox.sync.SyncBuilder#build()} to get an instance of
32+ * {@link io.objectbox.sync.SyncClient} (and hold on to it). Synchronization is now active.</li>
3333 * <li>Optional: Interact with {@link io.objectbox.sync.SyncClient}</li>
3434 * </ol>
3535 */
Original file line number Diff line number Diff line change 1919 * Adding properties to tree types is allowed.
2020 * <p>
2121 * Note there are TWO ways to work with tree data (both ways can be mixed):
22- * - Standard ObjectBox entity types with e.g. Box< DataLeaf>
22+ * - Standard ObjectBox entity types with e.g. Box< DataLeaf>
2323 * - Higher level tree API via this Tree class
2424 * <p>
2525 * To navigate in the tree, you typically start with {@link #getRoot()}, which returns a {@link Branch}.
You can’t perform that action at this time.
0 commit comments