Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please doxygen keep calm
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 11 Oct 2014 20:02:34 +0000 (22:02 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 11 Oct 2014 20:02:34 +0000 (22:02 +0200)
src/bindings/java/org/simgrid/msg/File.java
src/bindings/java/org/simgrid/surf/NetworkLink.java

index ed65770..f0c78eb 100644 (file)
@@ -15,7 +15,6 @@ public class File {
        private long bind = 0;
        /**
         * Constructor, opens the file.
-        * @param storage is the name where you can find the file descriptor 
         * @param path is the file location on the storage 
         */
        public File(String path) {
index 5e61e7f..9fdffda 100644 (file)
@@ -72,7 +72,6 @@ public class NetworkLink extends Resource {
   
   /**
     * @param value The new bandwidth
-    * @param date When to change the bandwidth
     */
   public void updateBandwidth(double value) {
     SurfJNI.NetworkLink_updateBandwidth__SWIG_1(swigCPtr, this, value);
@@ -98,7 +97,6 @@ public class NetworkLink extends Resource {
   
   /**
     * @param value The new latency
-    * @param date When to change the latency
     */
   public void updateLatency(double value) {
     SurfJNI.NetworkLink_updateLatency__SWIG_1(swigCPtr, this, value);