mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-10 12:05:54 +00:00
More info
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1306046 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1337758f9f
commit
bf1d01d79d
@ -241,7 +241,7 @@ public class PerformanceTest {
|
|||||||
count++;
|
count++;
|
||||||
break;
|
break;
|
||||||
case INVALID:
|
case INVALID:
|
||||||
throw new IOException("invalid parse sequence");
|
throw new IOException("invalid parse sequence <"+token.content.toString()+">");
|
||||||
case TOKEN:
|
case TOKEN:
|
||||||
fields++;
|
fields++;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user