]> granicus.if.org Git - icu/commit
ICU-8268 impossible cast from double[] to int[].
authorAbhinav Gupta <mail@abhinavg.net>
Tue, 27 Sep 2011 19:49:59 +0000 (19:49 +0000)
committerAbhinav Gupta <mail@abhinavg.net>
Tue, 27 Sep 2011 19:49:59 +0000 (19:49 +0000)
commitb58534a6091fe98f91ebc2255a0f2eb3361d2bd8
tree91a00d5b97f74664ddb0ef583174918c44135563
parent2fe1f0185198d5ba1e456e487698031627fc5315
ICU-8268 impossible cast from double[] to int[].

Java doesn't allow casting array of type A to array of type B. The elements
have to be manually casted.

X-SVN-Rev: 30723
icu4j/main/classes/core/src/com/ibm/icu/impl/Utility.java