Skip to content

Commit 3601414

Browse files
Fix import
1 parent ed06776 commit 3601414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import io.objectbox.Property;
2929
import io.objectbox.annotation.apihint.Experimental;
3030
import io.objectbox.annotation.apihint.Internal;
31-
import io.objectbox.exception .DbException;
31+
import io.objectbox.exception.DbException;
3232
import io.objectbox.relation.RelationInfo;
3333

3434
/**

0 commit comments

Comments
 (0)