mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
small improvements to toString methods
This commit is contained in:
parent
02bab0bb62
commit
4d95c372b8
@ -149,7 +149,7 @@ public class ColQueryTest extends AbstractQueryTest{
|
||||
|
||||
// 6
|
||||
from(c,cats)
|
||||
.where($(c.getKittens().contains(other)))
|
||||
.where($(c.getKittens()).contains(other))
|
||||
.list(c).iterator();
|
||||
|
||||
// 7
|
||||
|
||||
Loading…
Reference in New Issue
Block a user