Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Doxygen mc_dpor.c (and some mc_liveness.c)
[simgrid.git] / examples / java / async / Slave.java
index ca0696564c68393ba282bb0bd328fb5eac9a8bb4..a4a651ff2a71dbdac6b4626e2b52f5512116c241 100644 (file)
@@ -1,5 +1,6 @@
 /*
- * Copyright 2006,2007,2010. The SimGrid Team. All rights reserved. 
+ * Copyright (c) 2006-2007, 2010, 2013. The SimGrid Team.
+ * All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. 
@@ -8,13 +9,12 @@ package async;
 import org.simgrid.msg.Comm;
 import org.simgrid.msg.Host;
 import org.simgrid.msg.HostFailureException;
-import org.simgrid.msg.HostNotFoundException;
 import org.simgrid.msg.Msg;
+import org.simgrid.msg.Process;
 import org.simgrid.msg.Task;
 import org.simgrid.msg.TaskCancelledException;
 import org.simgrid.msg.TimeoutException;
 import org.simgrid.msg.TransferFailureException;
-import org.simgrid.msg.Process;
 
 public class Slave extends Process {
        public Slave(Host host, String name, String[]args) {