The signature of findAll() has changed.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5624 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Par Winzell
2009-01-07 19:32:59 +00:00
parent 8dcc87a749
commit 09850202a8
@@ -56,7 +56,7 @@ public class NodeRepository extends DepotRepository
{
// we specifically avoid caching this query because we want the servers to always see the
// most up to date set of nodes
return findAll(NodeRecord.class, true, Collections.<QueryClause>emptySet());
return findAll(NodeRecord.class, CacheStrategy.NONE, Collections.<QueryClause>emptySet());
}
/**