Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Acknoledge the fact that JniException is a runtime exception now: kill all its occure...
[simgrid.git] / examples / java / comm_time / FinalizeTask.java
index c3a10b3..b7878fd 100644 (file)
@@ -1,8 +1,5 @@
 /*
 /*
- * $Id: CommTimeTask.java 3685 2007-07-08 21:02:03Z mquinson $
- *
- * Copyright 2006,2007 Martin Quinson, Malek Cherier         
- * All rights reserved. 
+ * Copyright 2006,2007,2010. The SimGrid Team. 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. 
  *
  * 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. 
@@ -10,9 +7,8 @@
 
 import simgrid.msg.*;
 
 
 import simgrid.msg.*;
 
-public class FinalizeTask extends Task {
-       
-   public FinalizeTask() throws JniException, NativeException{
+public class FinalizeTask extends Task {       
+   public FinalizeTask() {
       super("",0,0);
    }
 }
       super("",0,0);
    }
 }