X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e0188e2a2598ce57a4d21a3d7eb5f303aecaf0dd..c57842fe897f53b46f0be3da87f7c996674be7d6:/examples/java/async/Slave.java diff --git a/examples/java/async/Slave.java b/examples/java/async/Slave.java index ca0696564c..1d4f5679cc 100644 --- a/examples/java/async/Slave.java +++ b/examples/java/async/Slave.java @@ -1,20 +1,19 @@ -/* - * Copyright 2006,2007,2010. 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. - */ +/* Copyright (c) 2006-2007, 2010, 2013-2014. 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. */ + 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) {