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