diff --git a/src/java/com/samskivert/jdbc/depot/DepotRepository.java b/src/java/com/samskivert/jdbc/depot/DepotRepository.java index 41bb26a..45e9c71 100644 --- a/src/java/com/samskivert/jdbc/depot/DepotRepository.java +++ b/src/java/com/samskivert/jdbc/depot/DepotRepository.java @@ -161,7 +161,7 @@ public class DepotRepository /** * Loads all persistent objects that match the specified key. */ - protected > Collection findAll ( + protected ArrayList findAll ( Class type, QueryClause... clauses) throws PersistenceException {