mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-09 19:45:38 +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++;
|
||||
break;
|
||||
case INVALID:
|
||||
throw new IOException("invalid parse sequence");
|
||||
throw new IOException("invalid parse sequence <"+token.content.toString()+">");
|
||||
case TOKEN:
|
||||
fields++;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user