ICU-2103 whoops, didn't recognize @throws anymore
X-SVN-Rev: 10434
This commit is contained in:
parent
f11121eedc
commit
3fe033ae7e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user