X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e37c1e4bba9bb89cd2842f08cde998eb7f941d04..af80677c7ebfeef12c57d427b90ce1827365a1db:/examples/java/mutualExclusion/GrantTask.java diff --git a/examples/java/mutualExclusion/GrantTask.java b/examples/java/mutualExclusion/GrantTask.java index e9bdda057e..fb405a908d 100644 --- a/examples/java/mutualExclusion/GrantTask.java +++ b/examples/java/mutualExclusion/GrantTask.java @@ -1,12 +1,8 @@ -/* - * 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 mutualExclusion.centralized; -import org.simgrid.msg.Task; +/* Copyright (c) 2012-2014, 2016. 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. */ -public class GrantTask extends Task { -} +package mutualExclusion; +public class GrantTask extends org.simgrid.msg.Task {}