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:
parent
cee5cc3d74
commit
5c9697c158
|
@ -66,6 +66,6 @@ class Token {
|
|||
// Provide toString method for IDE debugging
|
||||
@Override
|
||||
public String toString() {
|
||||
return type.name();
|
||||
return type.name()+" ["+content.toString()+"]";
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue