X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b558f9b18c938af6a35ebea66ac2323a60178202..5b3677b425b9cc6949c1573d59ac772540cbf4b2:/examples/java/startKillTime/Master.java diff --git a/examples/java/startKillTime/Master.java b/examples/java/startKillTime/Master.java index eb043465b1..270c4a6724 100644 --- a/examples/java/startKillTime/Master.java +++ b/examples/java/startKillTime/Master.java @@ -1,17 +1,16 @@ -/* - * 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. - */ +/* Copyright (c) 2006-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 startKillTime; import org.simgrid.msg.Host; import org.simgrid.msg.HostFailureException; -import org.simgrid.msg.HostNotFoundException; -import org.simgrid.msg.TransferFailureException; -import org.simgrid.msg.TimeoutException; import org.simgrid.msg.Msg; import org.simgrid.msg.Process; +import org.simgrid.msg.TimeoutException; +import org.simgrid.msg.TransferFailureException; public class Master extends Process {