change inner class Token to static

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk@483716 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2006-12-07 22:57:17 +00:00
parent 5cbfe40c58
commit 415218fb6d
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ public class CSVParser {
*
* It is used as contract between the lexer and the parser.
*/
class Token {
static class Token {
/** Token type, see TT_xxx constants. */
int type = TT_INVALID;
/** The content buffer. */