]> AND Public Git Repository - simgrid.git/blobdiff - examples/java/async/FinalizeTask.java
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups in java examples (2/2)
[simgrid.git] / examples / java / async / FinalizeTask.java
index 9fa045ca65da17389eb1523a8271400bba980e57..39b1a4f9b6ef6e96263214f72a838dcd860e687a 100644 (file)
@@ -1,17 +1,14 @@
-/*
- * Copyright (c) 2006-2013. 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. 
- */
+/* Copyright (c) 2006-2014, 2016. 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. */
 
 package async;
 import org.simgrid.msg.Task;
 
-public class FinalizeTask extends Task {       
-   public FinalizeTask() {
-      super("finalize",0,0);
-   }
+public class FinalizeTask extends Task {
+  public FinalizeTask() {
+    super("finalize",0,0);
+  }
 }
-    
\ No newline at end of file