ICU-5324 deprecated doesn't need 'ICU' when @internal is present
X-SVN-Rev: 20305
This commit is contained in:
parent
4f8d7e13a0
commit
b748bfd257
@ -356,9 +356,6 @@ public class CheckTags {
|
|||||||
if (tag.text().indexOf("ICU") == 0) {
|
if (tag.text().indexOf("ICU") == 0) {
|
||||||
foundRequiredTag = true;
|
foundRequiredTag = true;
|
||||||
}
|
}
|
||||||
if (tag.text().trim().length() == 0) {
|
|
||||||
tagErr(tag);
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case OBSOLETE:
|
case OBSOLETE:
|
||||||
|
Loading…
Reference in New Issue
Block a user