X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/96619dfc463a060fd90d26d333ca0134d7c32429..49e85177c669d793e84242983a1b1f430e47184e:/examples/java/io/Node.java diff --git a/examples/java/io/Node.java b/examples/java/io/Node.java index 6885c7d8f9..a0a88cd12b 100644 --- a/examples/java/io/Node.java +++ b/examples/java/io/Node.java @@ -1,9 +1,9 @@ -/* - * 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. 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 io; import org.simgrid.msg.File; @@ -54,6 +54,6 @@ public class Node extends Process { Msg.info("Having write " + write + " on " + filename); read = file.read(10000000,1); - Msg.info("Having read " + read + " on " + filename); + Msg.info("Having read " + read + " on " + filename); } }