Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Removed "ApplicationHandler" and "japplication_handler" and use MSG_launch_applicatio...
[simgrid.git] / examples / mutualExclusion / centralized / Coordinator.java
index ef3da1e..abd94ba 100644 (file)
@@ -18,9 +18,9 @@ import org.simgrid.msg.Process;
 
 
 public class Coordinator extends Process  {
-       public Coordinator(Host host, String name, String[]args) {
+    public Coordinator(Host host, String name, String[]args) {
                super(host,name,args);
-       }
+    } 
        LinkedList<RequestTask> waitingQueue=new LinkedList<RequestTask>();
        int CsToServe;