mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-7585 Suppress fallthrough warning in CollationRuleParser.java.
X-SVN-Rev: 28236
This commit is contained in:
parent
4f94c17f47
commit
4b9a795621
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue