List is as specific as we want to be here.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2094 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -27,6 +27,7 @@ import java.sql.SQLException;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
import com.samskivert.io.PersistenceException;
|
||||
@@ -161,7 +162,7 @@ public class DepotRepository
|
||||
/**
|
||||
* Loads all persistent objects that match the specified key.
|
||||
*/
|
||||
protected <T extends PersistentRecord> ArrayList<T> findAll (
|
||||
protected <T extends PersistentRecord> List<T> findAll (
|
||||
Class<T> type, QueryClause... clauses)
|
||||
throws PersistenceException
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user