Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename MSG_host_is_avail() to MSG_host_is_on()
[simgrid.git] / src / bindings / java / org / simgrid / surf / NetworkLink.java
index 9fdffda..5e61e7f 100644 (file)
@@ -72,6 +72,7 @@ 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);
@@ -97,6 +98,7 @@ 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);