Fixed #1579 forgiving of bad quality CSV

This commit is contained in:
Greg Wilkins 2017-05-30 10:19:14 +02:00
parent cb84946467
commit 98970f973c
1 changed files with 0 additions and 6 deletions

View File

@ -95,12 +95,6 @@ public class QuotedQualityCSV extends QuotedCSV implements Iterable<String>
{
this._secondaryOrdering = secondaryOrdering;
}
/* ------------------------------------------------------------ */
public void addValue(String value)
{
super.addValue(value);
}
/* ------------------------------------------------------------ */
@Override