Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix compilation problem with tracing
[simgrid.git] / examples / mutualExclusion / centralized / Node.java
index af0249b..90ff40f 100644 (file)
@@ -15,9 +15,9 @@ import org.simgrid.msg.Task;
 import org.simgrid.msg.Process;
 
 public class Node extends Process {
-       public Node(Host host, String name, String[]args) {
+    public Node(Host host, String name, String[]args) {
                super(host,name,args);
-       }
+    } 
        public void request(double CStime) throws MsgException {
                RequestTask req = new RequestTask(this.name);
           Msg.info("Send a request to the coordinator");