mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-10749 Fixed an Eclipse compiler warning.
X-SVN-Rev: 35456
This commit is contained in:
parent
5a806e3472
commit
911cf64ec7
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue