ICU-6303 Fixed a compilation error.
X-SVN-Rev: 24021
This commit is contained in:
parent
e47ee99cf1
commit
7b5b6822ac
@ -52,7 +52,7 @@ public class TimeUnit extends MeasureUnit {
|
||||
* @provisional This API might change or be removed in a future release.
|
||||
*/
|
||||
public static TimeUnit[] values() {
|
||||
return values.clone();
|
||||
return (TimeUnit[])values.clone();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user