small improvements to toString methods

This commit is contained in:
Timo Westkämper 2009-03-31 12:07:32 +00:00
parent 02bab0bb62
commit 4d95c372b8

View File

@ -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