From 8973ceeedb3fa7563c40cb4b57b2d2d5e7fd20fc Mon Sep 17 00:00:00 2001 From: ray Date: Fri, 20 Apr 2007 01:37:44 +0000 Subject: [PATCH] Return values should be as specific as possible. (Method parameters should be as generic as possible.) git-svn-id: https://samskivert.googlecode.com/svn/trunk@2093 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- src/java/com/samskivert/jdbc/depot/DepotRepository.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/samskivert/jdbc/depot/DepotRepository.java b/src/java/com/samskivert/jdbc/depot/DepotRepository.java index 41bb26ad..45e9c718 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 {