summaryrefslogtreecommitdiff
path: root/android_icu4j/src/main/tests/android/icu/dev/test/format/IntlTestDateFormatAPIC.java
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-30 21:45:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-30 21:45:51 +0000
commit5cbeb59475d2d25a86ac936e47c99be86e0a3183 (patch)
treeb84cfa6aa252b33d133ceb0922061367ca5ac637 /android_icu4j/src/main/tests/android/icu/dev/test/format/IntlTestDateFormatAPIC.java
parenteb3451793aaf42870e44281708ccac51c010e837 (diff)
parent627758a905bdac685d065ed3de08e628b03b70b4 (diff)
downloadicu-5cbeb59475d2d25a86ac936e47c99be86e0a3183.tar.gz
Snap for 11784721 from 627758a905bdac685d065ed3de08e628b03b70b4 to build-tools-release
Change-Id: I48be0d30274e0df643635f86bc40c5a9de1e52ad
Diffstat (limited to 'android_icu4j/src/main/tests/android/icu/dev/test/format/IntlTestDateFormatAPIC.java')
-rw-r--r--android_icu4j/src/main/tests/android/icu/dev/test/format/IntlTestDateFormatAPIC.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android_icu4j/src/main/tests/android/icu/dev/test/format/IntlTestDateFormatAPIC.java b/android_icu4j/src/main/tests/android/icu/dev/test/format/IntlTestDateFormatAPIC.java
index 6c458e787..a5acb752c 100644
--- a/android_icu4j/src/main/tests/android/icu/dev/test/format/IntlTestDateFormatAPIC.java
+++ b/android_icu4j/src/main/tests/android/icu/dev/test/format/IntlTestDateFormatAPIC.java
@@ -50,7 +50,7 @@ public class IntlTestDateFormatAPIC extends CoreTestFmwk {
// compile-time name hiding.
Date dateObj = new Date(0);
- Number numObj = new Double(3.1415926535897932384626433832795);
+ Number numObj = 3.1415926535897932384626433832795;
StringBuffer strBuffer = new StringBuffer("");
String str;
FieldPosition fpos = new FieldPosition(0);