Skip to content

Commit df4bd36

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1496024 13f79535-47bb-0310-9956-ffa450edef68
1 parent ad0acc1 commit df4bd36

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ void reset() {
6363
isReady = false;
6464
}
6565

66-
// Provide toString method for IDE debugging
66+
/**
67+
* Eases IDE debugging.
68+
*
69+
* @return a string helpful for debugging.
70+
*/
6771
@Override
6872
public String toString() {
6973
return type.name() + " [" + content.toString() + "]";

0 commit comments

Comments
 (0)