IN PROGRESS - BATCH-710: removed comment

This commit is contained in:
trisberg
2008-07-31 18:06:18 +00:00
parent 8c49848e62
commit f9ca0e17c7

View File

@@ -51,10 +51,6 @@ public class RestartFunctionalTests extends AbstractBatchLauncherTests {
this.simpleJdbcTemplate = new SimpleJdbcTemplate(dataSource);
}
/*
* (non-Javadoc)
* @see org.springframework.test.AbstractSingleSpringContextTests#onTearDown()
*/
@BeforeTransaction
public void onTearDown() throws Exception {
simpleJdbcTemplate.update("DELETE FROM TRADE");