Skip to content

Commit e68da00

Browse files
Query: drop resolved TODO.
Resolved with e9c1701 offload property query methods into new class PropertyQuery
1 parent bcc0a43 commit e68da00

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

objectbox-java/src/main/java/io/objectbox/query/Query.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,6 @@ public LazyList<T> findLazy() {
257257
return new LazyList<>(box, findIds(), false);
258258
}
259259

260-
// TODO we might move all those property find methods in a "PropertyQuery" class for divide & conquer.
261-
262260
/**
263261
* Creates a {@link PropertyQuery} for the given property.
264262
* <p>

0 commit comments

Comments
 (0)