From: suter Date: Fri, 20 Jun 2014 09:05:07 +0000 (+0200) Subject: remove documentation of non-existing date parameter X-Git-Tag: v3_12~964^2~20 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8684593f07a47cb664ddf22bf8444c4985851c8c remove documentation of non-existing date parameter --- diff --git a/src/bindings/java/org/simgrid/surf/NetworkLink.java b/src/bindings/java/org/simgrid/surf/NetworkLink.java index 5e61e7f7de..9fdffda68c 100644 --- a/src/bindings/java/org/simgrid/surf/NetworkLink.java +++ b/src/bindings/java/org/simgrid/surf/NetworkLink.java @@ -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);