X-Git-Url: http://jaekl.net/gitweb/?p=cfb.git;a=blobdiff_plain;f=prod%2Fnet%2Fjaekl%2Fcfb%2Fstore%2FDbStore.java;h=fed1f9d9f8b7ab7f8f4700791a8b7b223e09c83e;hp=37a389801ca5ced85bf4246de05a012ae68e4a2a;hb=acd090d811c44ce74d0728d2a478f4c174f4ef49;hpb=538190e8467a555615fbaf1ada3eed44631e10b4 diff --git a/prod/net/jaekl/cfb/store/DbStore.java b/prod/net/jaekl/cfb/store/DbStore.java index 37a3898..fed1f9d 100644 --- a/prod/net/jaekl/cfb/store/DbStore.java +++ b/prod/net/jaekl/cfb/store/DbStore.java @@ -318,7 +318,7 @@ public class DbStore { return prior; } - BugCollection getBugCollection(Long priorId) throws SQLException, TypeMismatchException + BugCollection getBugCollection(Long runId) throws SQLException, TypeMismatchException { throw new UnsupportedOperationException("Not yet implemented"); }