Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright headers.
[simgrid.git] / examples / java / async / dsend / Receiver.java
index 162a15e..3320151 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2007, 2010, 2013-2014, 2016. The SimGrid Team.
+/* Copyright (c) 2006-2018. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -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());