Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
further cleanups to please sonar
[simgrid.git] / examples / java / async / waitall / Sender.java
index c09e0f2..1fe0999 100644 (file)
@@ -18,6 +18,7 @@ public class Sender extends Process {
     super(host,name);
   }
 
+  @Override
   public void main(String[] args) throws MsgException {
     double taskComputeSize =0;
     double taskCommunicateSize = 5000000;