This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
StreamTokenizer question
- To: Oskar Liljeblad <osk at hem dot passagen dot se>
- Subject: StreamTokenizer question
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 04 Aug 2000 15:01:00 -0600
- Cc: Java Discuss List <java-discuss at sourceware dot cygnus dot com>
- Reply-To: tromey at cygnus dot com
Oskar, I was looking more closely at your StreamTokenizer change from
a while back. I don't think we should introduce TT_NONE as a public
constant. I think it should be private. Any comments? I'm concerned
about changing the visible profile of core Java classes...
Tom