Nomenclature change. No bug.

This commit is contained in:
pedemont@us.ibm.com
2005-12-16 17:32:45 +00:00
parent c99fa44951
commit b654cc54ac
8 changed files with 20 additions and 20 deletions

View File

@@ -63,7 +63,7 @@ JNI_OnUnload(JavaVM* vm, void* reserved)
}
/********************************
* Javaconnect JNI interfaces
* JavaXPCOM JNI interfaces
********************************/
typedef void (*JX_InitEmbeddingFunc) (JNIEnv*, jobject, jobject, jobject,
@@ -132,7 +132,7 @@ GetJavaFilePath(JNIEnv* env, jobject aFile)
// Calls XPCOMGlueStartup using the given java.io.File object, and loads
// the Javaconnect methods from the XUL shared library.
// the JavaXPCOM methods from the XUL shared library.
nsresult
Initialize(JNIEnv* env, jobject aXPCOMPath)
{