Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
chase a few more rules
[simgrid.git] / examples / java / app / pingpong / Sender.java
index ab23c66..5f00d6f 100644 (file)
@@ -25,7 +25,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 task;