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