X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c9494b47b7e9ea3972a94cd6e7103b64ef6a8772..38b4184589d2bebb56268dca0ec93738df8f0772:/src/bindings/java/jmsg.h diff --git a/src/bindings/java/jmsg.h b/src/bindings/java/jmsg.h index 75ad3dbcae..06c8f2b5e5 100644 --- a/src/bindings/java/jmsg.h +++ b/src/bindings/java/jmsg.h @@ -25,14 +25,14 @@ JNIEnv *get_current_thread_env(void); void jmsg_throw_status(JNIEnv *env, msg_error_t status); /* - * Class org_simgrid_msg_Msg - * Method getClock - * Signature ()D + * Class org_simgrid_msg_Msg + * Method getClock + * Signature ()D */ JNIEXPORT jdouble JNICALL Java_org_simgrid_msg_Msg_getClock(JNIEnv *, jclass); /** - * Class org_simgrid_msg_Msg - * Method run + * Class org_simgrid_msg_Msg + * Method run */ JNIEXPORT void JNICALL JNICALL Java_org_simgrid_msg_Msg_run(JNIEnv * env, jclass cls);