IN PROGRESS - BATCH-672: cleanup

This commit is contained in:
trisberg
2008-07-28 17:29:59 +00:00
parent 7c3e80eed8
commit d9e5df16b5
2 changed files with 4 additions and 5 deletions

View File

@@ -38,7 +38,6 @@ public class TradeFieldSetMapperTests extends AbstractFieldSetMapperTests {
}
protected FieldSetMapper<Trade> fieldSetMapper() {
@SuppressWarnings("unchecked")
FieldSetMapper<Trade> mapper = new TradeFieldSetMapper();
return mapper;
}