ICU-5324 deprecated doesn't need 'ICU' when @internal is present

X-SVN-Rev: 20305
This commit is contained in:
Doug Felt 2006-09-11 16:54:22 +00:00
parent 4f8d7e13a0
commit b748bfd257

View File

@ -356,9 +356,6 @@ public class CheckTags {
if (tag.text().indexOf("ICU") == 0) {
foundRequiredTag = true;
}
if (tag.text().trim().length() == 0) {
tagErr(tag);
}
break;
case OBSOLETE: