Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the java samples alias0 and alias1 are renamed autoDestination and explicitDestination
[simgrid.git] / examples / java / alias1 / FinalizeTask.java
diff --git a/examples/java/alias1/FinalizeTask.java b/examples/java/alias1/FinalizeTask.java
deleted file mode 100644 (file)
index 274ecd5..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * $Id: CommTimeTask.java 3685 2007-07-08 21:02:03Z mquinson $
- *
- * Copyright 2006,2007 Martin Quinson, Malek Cherier         
- * All rights reserved. 
- *
- * 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. 
- */
-
-import simgrid.msg.*;
-
-public class FinalizeTask extends Task {
-       
-   public FinalizeTask() throws JniException, NativeException{
-      super("finalize",0,0);
-   }
-}
-    
\ No newline at end of file