From 9a21071c8266c0e09ce37928e7ea3ecad97caee5 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sat, 6 Sep 2008 01:59:52 +0000 Subject: [PATCH] Type jockeying. --- 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 3159160..8c4a4ab 100644 --- a/src/java/com/samskivert/jdbc/depot/DepotRepository.java +++ b/src/java/com/samskivert/jdbc/depot/DepotRepository.java @@ -149,7 +149,7 @@ public abstract class DepotRepository * type erasure as the loadAll version that accepts a collection of keys. Alas. */ protected List> makeKeys ( - Class type, Collection> primaryKeys) + Class type, Collection> primaryKeys) throws DatabaseException { // convert the raw keys into real key records