Type jockeying.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2401 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2008-09-06 01:59:52 +00:00
parent 8972c0089e
commit 367e118bd5
@@ -149,7 +149,7 @@ public abstract class DepotRepository
* type erasure as the loadAll version that accepts a collection of keys. Alas.
*/
protected <T extends PersistentRecord> List<Key<T>> makeKeys (
Class<T> type, Collection<Comparable<?>> primaryKeys)
Class<T> type, Collection<? extends Comparable<?>> primaryKeys)
throws DatabaseException
{
// convert the raw keys into real key records