Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc improvement
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 4 Dec 2015 21:04:08 +0000 (22:04 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 4 Dec 2015 21:04:08 +0000 (22:04 +0100)
src/bindings/java/org/simgrid/msg/Task.java

index 2b9481f..64cf042 100644 (file)
@@ -349,7 +349,7 @@ public class Task {
         */
        public native static int listenFrom(String mailbox);
        /**
-        * Listen whether there is a waiting task on the mailbox identified by the specified alias
+        * Listen whether there is a task waiting (either for a send or a recv) on the mailbox identified by the specified alias
         */
        public native static boolean listen(String mailbox);