diff options
Diffstat (limited to 'libjava/java/util/StringTokenizer.java')
-rw-r--r-- | libjava/java/util/StringTokenizer.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/util/StringTokenizer.java b/libjava/java/util/StringTokenizer.java index e7fc6fd..472d895 100644 --- a/libjava/java/util/StringTokenizer.java +++ b/libjava/java/util/StringTokenizer.java @@ -196,7 +196,7 @@ public class StringTokenizer implements Enumeration /** * This does the same as hasMoreTokens. This is the - * <code>Enumeration</code interface method. + * <code>Enumeration</code> interface method. * * @return true, if the next call of nextElement() will succeed * @see #hasMoreTokens() @@ -208,7 +208,7 @@ public class StringTokenizer implements Enumeration /** * This does the same as nextTokens. This is the - * <code>Enumeration</code interface method. + * <code>Enumeration</code> interface method. * * @return the next token with respect to the current delimiter characters * @throws NoSuchElementException if there are no more tokens |