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:
@@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user