Commit 370b2564 by Tom Tromey Committed by Tom Tromey

* jni.cc (_Jv_JNIFunctions): Fixed typo.

From-SVN: r53353
parent 65212b66
2002-05-09 Tom Tromey <tromey@redhat.com> 2002-05-09 Tom Tromey <tromey@redhat.com>
* jni.cc (_Jv_JNIFunctions): Fixed typo.
* java/util/ResourceBundle.java: New version from Classpath. * java/util/ResourceBundle.java: New version from Classpath.
* java/util/Locale.java: Likewise. * java/util/Locale.java: Likewise.
......
...@@ -2587,7 +2587,7 @@ struct JNINativeInterface _Jv_JNIFunctions = ...@@ -2587,7 +2587,7 @@ struct JNINativeInterface _Jv_JNIFunctions =
_Jv_JNI_ReleaseStringChars, // ReleaseStringChars _Jv_JNI_ReleaseStringChars, // ReleaseStringChars
_Jv_JNI_NewStringUTF, // NewStringUTF _Jv_JNI_NewStringUTF, // NewStringUTF
_Jv_JNI_GetStringUTFLength, // GetStringUTFLength _Jv_JNI_GetStringUTFLength, // GetStringUTFLength
_Jv_JNI_GetStringUTFChars, // GetStringUTFLength _Jv_JNI_GetStringUTFChars, // GetStringUTFChars
_Jv_JNI_ReleaseStringUTFChars, // ReleaseStringUTFChars _Jv_JNI_ReleaseStringUTFChars, // ReleaseStringUTFChars
_Jv_JNI_GetArrayLength, // GetArrayLength _Jv_JNI_GetArrayLength, // GetArrayLength
_Jv_JNI_NewObjectArray, // NewObjectArray _Jv_JNI_NewObjectArray, // NewObjectArray
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment