Type jockeying.
This commit is contained in:
@@ -149,7 +149,7 @@ public abstract class DepotRepository
|
|||||||
* type erasure as the loadAll version that accepts a collection of keys. Alas.
|
* type erasure as the loadAll version that accepts a collection of keys. Alas.
|
||||||
*/
|
*/
|
||||||
protected <T extends PersistentRecord> List<Key<T>> makeKeys (
|
protected <T extends PersistentRecord> List<Key<T>> makeKeys (
|
||||||
Class<T> type, Collection<Comparable<?>> primaryKeys)
|
Class<T> type, Collection<? extends Comparable<?>> primaryKeys)
|
||||||
throws DatabaseException
|
throws DatabaseException
|
||||||
{
|
{
|
||||||
// convert the raw keys into real key records
|
// convert the raw keys into real key records
|
||||||
|
|||||||
Reference in New Issue
Block a user