mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-9233 Suppress compiler warning in Calendar.java (fallthrough)
X-SVN-Rev: 31981
This commit is contained in:
parent
f2e9f237f3
commit
93ab318ce1
1 changed files with 1 additions and 0 deletions
|
@ -3128,6 +3128,7 @@ public abstract class Calendar implements Serializable, Cloneable, Comparable<Ca
|
|||
* @see #roll(int, int)
|
||||
* @stable ICU 2.0
|
||||
*/
|
||||
@SuppressWarnings("fallthrough")
|
||||
public void add(int field, int amount) {
|
||||
|
||||
if (amount == 0) {
|
||||
|
|
Loading…
Add table
Reference in a new issue