Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[java] cosmetics in the Task.dsend() example
[simgrid.git] / examples / java / async / dsend / Sender.java
index ea14a66..329d24c 100644 (file)
@@ -32,10 +32,10 @@ public class Sender extends Process {
     }
 
     Msg.info("All tasks have been (asynchronously) dispatched."+
-             " Let's sleep for 10s so that nobody gets a message from a terminated process.");
+             " Let's sleep for 20s so that nobody gets a message from a terminated process.");
 
     waitFor(20);
 
-    Msg.info("Goodbye now!");
+    Msg.info("Done sleeping. Goodbye now!");
   }
 }