Skip to content

Commit 0bebf9d

Browse files
Fix broken javadoc.
1 parent 83bcc27 commit 0bebf9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

objectbox-java/src/main/java/io/objectbox/sync/package-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
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
*/

objectbox-java/src/main/java/io/objectbox/tree/Tree.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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&lt;DataLeaf&gt;
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}.

0 commit comments

Comments
 (0)