X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6a87962ff2bd64e3c863ea894dd745647e380c93..8575a5a1e9aefbfd90d2d16e0fa920d364b6f461:/examples/java/commTime/Master.java diff --git a/examples/java/commTime/Master.java b/examples/java/commTime/Master.java index dda4718c94..9193702e32 100644 --- a/examples/java/commTime/Master.java +++ b/examples/java/commTime/Master.java @@ -1,20 +1,18 @@ -/* - * Master of a basic master/slave example in Java - * - * 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. - */ +/* Master of a basic master/slave example in Java */ + +/* 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 commTime; import org.simgrid.msg.Host; -import org.simgrid.msg.HostNotFoundException; import org.simgrid.msg.Msg; import org.simgrid.msg.MsgException; -import org.simgrid.msg.Task; import org.simgrid.msg.Process; +import org.simgrid.msg.Task; public class Master extends Process { public Master(Host host, String name, String[]args) {