Fixed #1579 forgiving of bad quality CSV
This commit is contained in:
parent
cb84946467
commit
98970f973c
|
@ -95,12 +95,6 @@ public class QuotedQualityCSV extends QuotedCSV implements Iterable<String>
|
|||
{
|
||||
this._secondaryOrdering = secondaryOrdering;
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
public void addValue(String value)
|
||||
{
|
||||
super.addValue(value);
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue