X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a361c6f643b5c93bf65deaff643fb79144ef965d..6297441a796323e62ff1a6f1404207db2e55cfb4:/examples/async/Forwarder.java diff --git a/examples/async/Forwarder.java b/examples/async/Forwarder.java index 2a0b4c6905..6e62497b19 100644 --- a/examples/async/Forwarder.java +++ b/examples/async/Forwarder.java @@ -1,11 +1,12 @@ /* - * Copyright 2006,2007,2010. The SimGrid Team. All rights reserved. + * Copyright 2006-2012. 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.Host; import org.simgrid.msg.Msg; import org.simgrid.msg.MsgException; import org.simgrid.msg.Task;