cleaned up unnecessary @SuppressWarnings("unchecked")

This commit is contained in:
robokaso
2008-07-31 11:28:20 +00:00
parent cbc1b3590a
commit ecb4bcfbba
2 changed files with 0 additions and 2 deletions

View File

@@ -72,7 +72,6 @@ public class FixedLengthImportJobFunctionalTests extends AbstractValidatingBatch
fileLocator = new ClassPathResource("data/fixedLengthImportJob/input/20070122.teststream.ImportTradeDataStep.txt");
inputSource = new FlatFileItemReader<Trade>();
@SuppressWarnings("unchecked")
FieldSetMapper<Trade> mapper = new TradeFieldSetMapper();
inputSource.setFieldSetMapper(mapper);

View File

@@ -62,7 +62,6 @@ public class TradeJobFunctionalTests extends AbstractValidatingBatchLauncherTest
this.simpleJdbcTemplate = new SimpleJdbcTemplate(dataSource);
}
@SuppressWarnings("unchecked")
@Before
public void onSetUp() throws Exception {
simpleJdbcTemplate.update("delete from TRADE");