From 68ac787d4761e04fa4bc0d2cb62c059d1dc2c0f4 Mon Sep 17 00:00:00 2001 From: Doug Felt Date: Mon, 1 Dec 2003 22:03:53 +0000 Subject: [PATCH] ICU-3348 tag cleanup X-SVN-Rev: 13917 --- .../src/com/ibm/icu/text/DictionaryBasedBreakIterator.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icu4j/src/com/ibm/icu/text/DictionaryBasedBreakIterator.java b/icu4j/src/com/ibm/icu/text/DictionaryBasedBreakIterator.java index 19b711dd787..6de5fed38bc 100755 --- a/icu4j/src/com/ibm/icu/text/DictionaryBasedBreakIterator.java +++ b/icu4j/src/com/ibm/icu/text/DictionaryBasedBreakIterator.java @@ -5,8 +5,8 @@ ******************************************************************************* * * $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/text/DictionaryBasedBreakIterator.java,v $ - * $Date: 2003/06/11 16:31:31 $ - * $Revision: 1.13 $ + * $Date: 2003/12/01 22:03:53 $ + * $Revision: 1.14 $ * ***************************************************************************************** */ @@ -584,7 +584,7 @@ switch (categoryFlags.length % 4) { // which is called by the function above. This gives us a way to create a separate // character category for the dictionary characters even when RuleBasedBreakIterator // isn't making a distinction - /* + /** * @internal */ protected void mungeExpressionList(Hashtable expressions) {