X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2e9105988280d1e88b5b496d6e2eed4c8d541883..e9b1194a39ec83337fda159056c0ab8bd52a952e:/examples/java/cloud/FinalizeTask.java diff --git a/examples/java/cloud/FinalizeTask.java b/examples/java/cloud/FinalizeTask.java index c7b5c54420..d0cebd084f 100644 --- a/examples/java/cloud/FinalizeTask.java +++ b/examples/java/cloud/FinalizeTask.java @@ -1,15 +1,15 @@ -/* - * Copyright 2012. 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) 2012-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 cloud; import org.simgrid.msg.Task; public class FinalizeTask extends Task { - public FinalizeTask(double compSize, double commSize) { - super("Finalize",compSize,commSize); - } + public FinalizeTask(double compSize, double commSize) { + super("Finalize",compSize,commSize); + } } \ No newline at end of file