/[classpath]/classpath/java/util/StringTokenizer.java
ViewVC logotype

Diff of /classpath/java/util/StringTokenizer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12.2.2 by gnu_andrew, Tue Aug 2 20:12:30 2005 UTC revision 1.12.2.3 by tromey, Thu Oct 6 13:41:51 2005 UTC
# Line 58  package java.util; Line 58  package java.util;
58   * @see java.io.StreamTokenizer   * @see java.io.StreamTokenizer
59   * @status updated to 1.4   * @status updated to 1.4
60   */   */
61  public class StringTokenizer implements Enumeration  public class StringTokenizer implements Enumeration<Object>
62  {  {
63    // WARNING: StringTokenizer is a CORE class in the bootstrap cycle. See the    // WARNING: StringTokenizer is a CORE class in the bootstrap cycle. See the
64    // comments in vm/reference/java/lang/Runtime for implications of this fact.    // comments in vm/reference/java/lang/Runtime for implications of this fact.

Legend:
Removed from v.1.12.2.2  
changed lines
  Added in v.1.12.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26