Skip to content

Commit 5c9697c

Browse files
committed
More debug
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1306889 13f79535-47bb-0310-9956-ffa450edef68
1 parent cee5cc3 commit 5c9697c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/Token.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ Token reset() {
6666
// Provide toString method for IDE debugging
6767
@Override
6868
public String toString() {
69-
return type.name();
69+
return type.name()+" ["+content.toString()+"]";
7070
}
7171
}

0 commit comments

Comments
 (0)