Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
79b42ec9072ed2618337dc2a2b920075fe7c4df3
[simgrid.git] / examples / deprecated / java / app / centralizedmutex / ReleaseTask.java
1 /* Copyright (c) 2012-2023. 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 ReleaseTask extends org.simgrid.msg.Task {}