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:
parent
5cbfe40c58
commit
415218fb6d
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue