From 442ef391224350f03b56fca7c3a5cfbcae40a206 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 12 Jun 2013 11:13:52 +0200 Subject: [PATCH] Use real parameter name in comment. --- src/bindings/java/org/simgrid/msg/Host.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1