summaryrefslogtreecommitdiffstats
path: root/icu/src/main/native/NativeDecimalFormat.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2010-01-27 13:16:14 -0800
committerElliott Hughes <enh@google.com>2010-01-27 13:16:14 -0800
commit820dd9b89746b3e3005bd5d23176cde1a69048b7 (patch)
tree6dfff1b2996c543715a3b3848e84b82f586d8e51 /icu/src/main/native/NativeDecimalFormat.cpp
parent1efbe3391e92e6188918122a600623090561364f (diff)
downloadlibcore-820dd9b89746b3e3005bd5d23176cde1a69048b7.zip
libcore-820dd9b89746b3e3005bd5d23176cde1a69048b7.tar.gz
libcore-820dd9b89746b3e3005bd5d23176cde1a69048b7.tar.bz2
Rename icu4jni's DecimalFormat to NativeDecimalFormat, to reduce confusion.
Diffstat (limited to 'icu/src/main/native/NativeDecimalFormat.cpp')
-rw-r--r--icu/src/main/native/NativeDecimalFormat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/icu/src/main/native/NativeDecimalFormat.cpp b/icu/src/main/native/NativeDecimalFormat.cpp
index 56e55ca..e974521 100644
--- a/icu/src/main/native/NativeDecimalFormat.cpp
+++ b/icu/src/main/native/NativeDecimalFormat.cpp
@@ -617,6 +617,6 @@ static JNINativeMethod gMethods[] = {
};
int register_com_ibm_icu4jni_text_NativeDecimalFormat(JNIEnv* env) {
return jniRegisterNativeMethods(env,
- "com/ibm/icu4jni/text/DecimalFormat", gMethods,
+ "com/ibm/icu4jni/text/NativeDecimalFormat", gMethods,
NELEM(gMethods));
}