Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add svn and cdash to java project.
[simgrid.git] / examples / basic / FinalizeTask.java
index 3764382..7034e4c 100644 (file)
@@ -5,7 +5,8 @@
  * under the terms of the license (GNU LGPL) which comes with this package. 
  */
 
-import simgrid.msg.*;
+package basic;
+import org.simgrid.msg.Task;
 
 public class FinalizeTask extends Task {       
    public FinalizeTask() {