More debug

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1306889 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2012-03-29 14:57:55 +00:00
parent cee5cc3d74
commit 5c9697c158
1 changed files with 1 additions and 1 deletions

View File

@ -66,6 +66,6 @@ class Token {
// Provide toString method for IDE debugging
@Override
public String toString() {
return type.name();
return type.name()+" ["+content.toString()+"]";
}
}