ICU-6303 Fixed a compilation error.

X-SVN-Rev: 24021
This commit is contained in:
Yoshito Umaoka 2008-05-28 14:38:47 +00:00
parent e47ee99cf1
commit 7b5b6822ac

View File

@ -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();
}
/**