Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add missing files for javadoc.
[simgrid.git] / src / bindings / java / org / simgrid / trace / Trace.java
index 4723c98..425f708 100644 (file)
@@ -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
         */