Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use real parameter name in comment.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 12 Jun 2013 09:13:52 +0000 (11:13 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 12 Jun 2013 09:45:31 +0000 (11:45 +0200)
src/bindings/java/org/simgrid/msg/Host.java

index 11605f9..82a4753 100644 (file)
@@ -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);