ICU-7585 Suppress fallthrough warning in CollationRuleParser.java.

X-SVN-Rev: 28236
This commit is contained in:
Yoshito Umaoka 2010-06-21 16:01:23 +00:00
parent 4f94c17f47
commit 4b9a795621

View file

@ -1322,6 +1322,7 @@ final class CollationRuleParser
* @return the offset of the next unparsed char
* @throws ParseException
*/
@SuppressWarnings("fallthrough")
private int parseNextTokenInternal(boolean startofrules) throws ParseException {
boolean variabletop = false;
boolean top = false;