Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Removed "ApplicationHandler" and "japplication_handler" and use MSG_launch_applicatio...
[simgrid.git] / examples / commTime / Slave.java
index f68848c..0ada19e 100644 (file)
@@ -12,7 +12,7 @@ import org.simgrid.msg.*;
 public class Slave extends org.simgrid.msg.Process {
        public Slave(Host host, String name, String[]args) {
                super(host,name,args);
-       }
+       } 
        public void main(String[] args) throws MsgException {
       if (args.length < 1) {
         Msg.info("Slave needs 1 argument (its number)");