X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b558f9b18c938af6a35ebea66ac2323a60178202..4636ae2abfffeed6d3c21c565f9fdd6908826402:/examples/java/async/Master.java diff --git a/examples/java/async/Master.java b/examples/java/async/Master.java index 5f270cb9fb..4960b75645 100644 --- a/examples/java/async/Master.java +++ b/examples/java/async/Master.java @@ -1,22 +1,20 @@ -/* - * 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 async; import java.util.ArrayList; import org.simgrid.msg.Comm; import org.simgrid.msg.Host; -import org.simgrid.msg.Process; import org.simgrid.msg.Msg; import org.simgrid.msg.MsgException; +import org.simgrid.msg.Process; import org.simgrid.msg.Task; -import org.simgrid.msg.Process;; public class Master extends Process { public Master(Host host, String name, String[]args) {