Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
54036b834822f69a7acb6b5988d1492ae68473a4
[simgrid.git] / examples / deprecated / java / app / centralizedmutex / GrantTask.java
1 /* Copyright (c) 2012-2019. The SimGrid Team. All rights reserved.          */
2
3 /* This program is free software; you can redistribute it and/or modify it
4  * under the terms of the license (GNU LGPL) which comes with this package. */
5
6 package app.centralizedmutex;
7 public class GrantTask extends org.simgrid.msg.Task {}