Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
chase a few more rules
[simgrid.git] / examples / java / trace / pingpong / Sender.java
index 5fe2760..0204316 100644 (file)
@@ -29,7 +29,7 @@ public class Sender extends Process {
 
     int hostCount = args.length;
     Msg.info("host count: " + hostCount);
-    String mailboxes[] = new String[hostCount]; 
+    String[] mailboxes = new String[hostCount]; 
     double time;
     double computeDuration = 0;
     PingPongTask ping;