samples and infrastructure-tests should have no more generics warnings (remaining are easymock deprecations)

This commit is contained in:
robokaso
2008-07-24 11:17:37 +00:00
parent 66736f2ac2
commit e47df988ec
29 changed files with 113 additions and 110 deletions

View File

@@ -24,6 +24,9 @@ import org.springframework.batch.sample.domain.Trade;
@SuppressWarnings("unchecked")
/**
* TODO type safety
*/
public class TradeFieldSetMapper implements FieldSetMapper {
public static final int ISIN_COLUMN = 0;