Skip to content

Commit b79519d

Browse files
ToOne: remove outdated TODOs
1 parent 1c950ac commit b79519d

File tree

1 file changed

+0
-2
lines changed
  • objectbox-java/src/main/java/io/objectbox/relation

1 file changed

+0
-2
lines changed

objectbox-java/src/main/java/io/objectbox/relation/ToOne.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@
3737
* the ToMany object will not be notified/updated about persisted changes here.
3838
* Call {@link ToMany#reset()} so it will update when next accessed.
3939
*/
40-
// TODO add more tests
4140
// TODO not exactly thread safe
42-
// TODO enforce not-null (not zero) checks on the target setters once we use some not-null annotation
4341
public class ToOne<TARGET> implements Serializable {
4442
private static final long serialVersionUID = 5092547044335989281L;
4543

0 commit comments

Comments
 (0)