Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cleanups and cosmetics of the example
[simgrid.git] / examples / java / basic / FinalizeTask.java
1 /*
2  * $Id: CommTimeTask.java 3685 2007-07-08 21:02:03Z mquinson $
3  *
4  * Copyright 2006,2007 Martin Quinson, Malek Cherier         
5  * All rights reserved. 
6  *
7  * This program is free software; you can redistribute it and/or modify it
8  * under the terms of the license (GNU LGPL) which comes with this package. 
9  */
10
11 import simgrid.msg.*;
12
13 public class FinalizeTask extends Task {
14         
15    public FinalizeTask() throws JniException, NativeException{
16       super("finalize",0,0);
17    }
18 }
19