Logo AND Algorithmique Numérique Distribuée

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