Add @Override to subclass

This commit is contained in:
dsyer
2008-11-10 10:04:53 +00:00
parent b543c2a298
commit 2b2eda542a

View File

@@ -22,6 +22,7 @@ public class ParallelJobFunctionalTests extends AbstractValidatingBatchLauncherT
this.jdbcTemplate = new SimpleJdbcTemplate(dataSource);
}
@Override
protected void validatePostConditions() throws Exception {
int count;
count = jdbcTemplate.queryForInt(