X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/08e7455d67920bbd7a87f440d00f2c1e071314a0..6fbcdfade89b3812c24152c86f8aa3be510df7f2:/examples/deprecated/java/app/centralizedmutex/GrantTask.java diff --git a/examples/deprecated/java/app/centralizedmutex/GrantTask.java b/examples/deprecated/java/app/centralizedmutex/GrantTask.java deleted file mode 100644 index 27e07f8d96..0000000000 --- a/examples/deprecated/java/app/centralizedmutex/GrantTask.java +++ /dev/null @@ -1,7 +0,0 @@ -/* Copyright (c) 2012-2021. 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 app.centralizedmutex; -public class GrantTask extends org.simgrid.msg.Task {}