Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
java does not like uppercased packages
[simgrid.git] / examples / java / process / migration / Main.java
index 66eb2b1..9498dbc 100644 (file)
@@ -15,6 +15,10 @@ class Main {
   protected static Mutex mutex;
   protected static Process processToMigrate = null;
 
+  private Main() {
+    throw new IllegalAccessError("Utility class");
+  }
+
   public static void main(String[] args) throws NativeException {
     Msg.init(args);
     if(args.length < 1) {