ICU-9233 Suppress compiler warning in Calendar.java (fallthrough)

X-SVN-Rev: 31981
This commit is contained in:
Yoshito Umaoka 2012-06-22 15:58:00 +00:00
parent f2e9f237f3
commit 93ab318ce1

View file

@ -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) {