X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4ff291abdbae0bd6effa23914a744b0fc43e4588..6cc00a36431e4a6ef99b445115ab53325194b9fd:/examples/java/mutualExclusion/Node.java diff --git a/examples/java/mutualExclusion/Node.java b/examples/java/mutualExclusion/Node.java index 4dfa77a3c8..b316367208 100644 --- a/examples/java/mutualExclusion/Node.java +++ b/examples/java/mutualExclusion/Node.java @@ -4,7 +4,7 @@ * 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 mutualExclusion.centralized; +package mutualExclusion; import org.simgrid.msg.Host; import org.simgrid.msg.Msg;