ICU-10749 Fixed an Eclipse compiler warning.

X-SVN-Rev: 35456
This commit is contained in:
Yoshito Umaoka 2014-03-13 07:31:18 +00:00
parent 5a806e3472
commit 911cf64ec7

View file

@ -677,6 +677,7 @@ public class MeasureFormat extends UFormat {
return nf.format(n, buffer, pos);
}
@SuppressWarnings("unused")
public synchronized String format(Number number) {
return nf.format(number);
}