Appendium / flatpack

CSV/Tab Delimited and Fixed Length Parser and Writer
http://flatpack.sf.net
Apache License 2.0
57 stars 20 forks source link

DelimiterWriterFactory is too restrictive #5

Closed benoitx closed 10 years ago

benoitx commented 10 years ago

DepotPositionFileGeneratorImpl.java:[47,47] error: no suitable constructor found for DelimiterWriterFactory(Map>,char) as the DelimiterWriterFactory contructor expects a Map<String,Object> and not a Map<String,?>

This really ought to go to a fix for 3.4.1... :-(