ICU-2103 tag cleanup

X-SVN-Rev: 10477
This commit is contained in:
Doug Felt 2002-12-04 18:32:01 +00:00
parent ba62204560
commit 685aa28a20

View File

@ -301,6 +301,13 @@ public class CheckTags {
break;
case DRAFT:
if (tag.text().indexOf("ICU 2.0") != -1) {
foundRequiredTag = true;
tagErr(tag);
break;
}
// fall through
case DEPRECATED:
case OBSOLETE:
if (tag.text().indexOf("ICU") != 0) {