samples and infrastructure-tests should have no more generics warnings (remaining are easymock deprecations)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user