From: Arnaud Giersch Date: Wed, 12 Jun 2013 09:13:52 +0000 (+0200) Subject: Use real parameter name in comment. X-Git-Tag: v3_9_90~276^2~9 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/442ef391224350f03b56fca7c3a5cfbcae40a206?hp=798026732c3432883f1f261306c475c023e30a68 Use real parameter name in comment. --- diff --git a/src/bindings/java/org/simgrid/msg/Host.java b/src/bindings/java/org/simgrid/msg/Host.java index 11605f93a7..82a4753615 100644 --- a/src/bindings/java/org/simgrid/msg/Host.java +++ b/src/bindings/java/org/simgrid/msg/Host.java @@ -110,7 +110,7 @@ public class Host { * If there is a need to receive some messages asynchronously, and some not, * two different mailboxes should be used. * - * @param alias The name of the mailbox + * @param mailboxName The name of the mailbox */ public static native void setAsyncMailbox(String mailboxName);