X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..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 ff21e2a90a..0000000000 --- a/examples/java/app/centralizedmutex/GrantTask.java +++ /dev/null @@ -1,8 +0,0 @@ -/* 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. */ - -package app.centralizedmutex; -public class GrantTask extends org.simgrid.msg.Task {}