X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8be7ea3f9e71cd563e91b6aba63f5c70f043fbd5..a71c7fecf1d5ec912373c1ad58b7e5f78fee2739:/src/bindings/java/org/simgrid/trace/Trace.java diff --git a/src/bindings/java/org/simgrid/trace/Trace.java b/src/bindings/java/org/simgrid/trace/Trace.java index 4723c9860f..425f7086fe 100644 --- a/src/bindings/java/org/simgrid/trace/Trace.java +++ b/src/bindings/java/org/simgrid/trace/Trace.java @@ -1,13 +1,11 @@ -/* - * JNI interface to C code for the TRACES part of SimGrid. - * - * Copyright (c) 2012-2013. The SimGrid Team. - * All right 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. - */ +/* JNI interface to C code for the TRACES part of SimGrid. */ + +/* 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 org.simgrid.trace; import org.simgrid.msg.Msg; @@ -304,7 +302,7 @@ public final class Trace { /** * Set the value of a variable of a VM. * - * @param host + * @param vm * @param variable * @param value */