Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
define a process package in examples/java
[simgrid.git] / examples / java / process / suspend / Main.java
similarity index 95%
rename from examples/java/suspend/Suspend.java
rename to examples/java/process/suspend/Main.java
index c56e739..22af113 100644 (file)
@@ -4,11 +4,11 @@
 /* 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 suspend;
+package process.suspend;
 import org.simgrid.msg.Msg;
 import org.simgrid.msg.MsgException;
 
-public class Suspend {
+public class Main {
   public static void main(String[] args) {
     Msg.init(args);
     if(args.length < 1) {