From aab73b3bb77cbf9bb40c578b1cc6e456183ec981 Mon Sep 17 00:00:00 2001 From: Angshuman Deb Date: Tue, 20 Sep 2011 01:40:44 +0000 Subject: [PATCH] ICU-8796 fixed Javadoc with {@icuenhanced} tag X-SVN-Rev: 30694 --- .../src/com/ibm/icu/util/StringTokenizer.java | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/icu4j/main/classes/core/src/com/ibm/icu/util/StringTokenizer.java b/icu4j/main/classes/core/src/com/ibm/icu/util/StringTokenizer.java index 265fa558f1b..1249ffa2853 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/util/StringTokenizer.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/util/StringTokenizer.java @@ -14,6 +14,8 @@ import com.ibm.icu.text.UTF16; import com.ibm.icu.text.UnicodeSet; /** + * {@icuenhanced java.util.Calendar}.{@icu _usage_} + * *

The string tokenizer class allows an application to break a string * into tokens by performing code point comparison. * The StringTokenizer methods do not distinguish @@ -103,9 +105,9 @@ public final class StringTokenizer implements Enumeration // public constructors --------------------------------------------- /** - *

Constructs a string tokenizer for the specified string. All + * {@icu} Constructs a string tokenizer for the specified string. All * characters in the delim argument are the delimiters for separating - * tokens.

+ * tokens. *

If the returnDelims flag is false, the delimiter characters are * skipped and only serve as separators between tokens.

*

If the returnDelims flag is true, then the delimiter characters @@ -123,9 +125,9 @@ public final class StringTokenizer implements Enumeration } /** - *

Constructs a string tokenizer for the specified string. All + * {@icu} Constructs a string tokenizer for the specified string. All * characters in the delim argument are the delimiters for separating - * tokens.

+ * tokens. *

If the returnDelims flag is false, the delimiter characters are * skipped and only serve as separators between tokens.

*

If the returnDelims flag is true, then the delimiter characters @@ -171,9 +173,9 @@ public final class StringTokenizer implements Enumeration } /** - *

Constructs a string tokenizer for the specified string. The + * {@icu} Constructs a string tokenizer for the specified string. The * characters in the delim argument are the delimiters for separating - * tokens.

+ * tokens. *

Delimiter characters themselves will not be treated as tokens.

* @param str a string to be parsed. * @param delim the delimiters. @@ -406,7 +408,7 @@ public final class StringTokenizer implements Enumeration } /** - * Returns the next token in this string tokenizer's string. First, + * {@icu} Returns the next token in this string tokenizer's string. First, * the set of characters considered to be delimiters by this * StringTokenizer object is changed to be the characters in * the string delim. Then the next token in the string -- 2.40.0