Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove documentation of non-existing date parameter
[simgrid.git] / src / bindings / java / org / simgrid / surf / NetworkLink.java
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);