ICU-2103 whoops, didn't recognize @throws anymore

X-SVN-Rev: 10434
This commit is contained in:
Doug Felt 2002-12-03 06:53:07 +00:00
parent f11121eedc
commit 3fe033ae7e

View File

@ -180,7 +180,7 @@ public class CheckTags {
static final String[] tagKinds = {
"@internal", "@draft", "@stable", "@since", "@deprecated", "@author", "@see", "@version",
"@param", "@return", "@throws, @obsolete, @exception"
"@param", "@return", "@throws", "@obsolete", "@exception"
};
static final int UNKNOWN = -1;