X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2e9105988280d1e88b5b496d6e2eed4c8d541883..0240dbaebf1aef67479ad4fffe6ec9b1548352e6:/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 {}