Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add kademlia example
[simgrid.git] / examples / master_slave_kill / Slave.java
index 86fff0b..1bc7229 100644 (file)
@@ -27,6 +27,6 @@ public class Slave extends Process {
        task.send("mail1");
        
        Task task2 = Task.receive("mail2");
-       Msg.info("Receive Mail2!");
-       }
-}
\ No newline at end of file
+        Msg.info("Receive Mail2!");
+  }
+}