Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups to please sonar
[simgrid.git] / examples / java / async / dsend / Receiver.java
index 162a15e..7a9aba8 100644 (file)
@@ -18,6 +18,7 @@ public class Receiver extends Process {
     super(host,name);
   }
 
+  @Override
   public void main(String[] args) throws TransferFailureException, HostFailureException, TimeoutException {
     Msg.info("Receiving on '"+ getHost().getName() + "'");
     Task.receive(getHost().getName());