Add some unit testing of the CfbSchema.
[cfb.git] / prod / net / jaekl / cfb / store / DbStore.java
index 37a389801ca5ced85bf4246de05a012ae68e4a2a..fed1f9d9f8b7ab7f8f4700791a8b7b223e09c83e 100644 (file)
@@ -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");
        }