X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bbe99325656822fa65b57f0acb88f79b082f20c7..f081f4557434fb4339bb7b7999da92bdfba69ba1:/src/bindings/java/jmsg_process.h diff --git a/src/bindings/java/jmsg_process.h b/src/bindings/java/jmsg_process.h index 647d41fc44..fc738bfb6c 100644 --- a/src/bindings/java/jmsg_process.h +++ b/src/bindings/java/jmsg_process.h @@ -42,8 +42,8 @@ jobject jprocess_new_global_ref(jobject jprocess, JNIEnv * env); * This function delete a global reference to a java process instance. * If the java process is alive the function joins it and stops it before. * - * @param The global refernce to delete. - * @param env The env of the current thread + * @param jprocess The global refernce to delete. + * @param env The env of the current thread * * @see jprocess_join() * @see jprocess_exit()