X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a92d7b716f51a53dea7f59db8524d4add713b910..1ff90bc7103df77877d6860f1f117425afe1a516:/examples/java/app/centralizedmutex/GrantTask.java diff --git a/examples/java/app/centralizedmutex/GrantTask.java b/examples/java/app/centralizedmutex/GrantTask.java deleted file mode 100644 index e80bbc4f7a..0000000000 --- a/examples/java/app/centralizedmutex/GrantTask.java +++ /dev/null @@ -1,7 +0,0 @@ -/* Copyright (c) 2012-2017. 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 {}