X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f3ae712a1b95294052b6e8136d0f0f2d4b30e6eb..49ae6e61753b41f28accc4c0890097286d660e9f:/src/bindings/java/org/simgrid/surf/NetworkLink.java diff --git a/src/bindings/java/org/simgrid/surf/NetworkLink.java b/src/bindings/java/org/simgrid/surf/NetworkLink.java index a787a8bd4f..9fdffda68c 100644 --- a/src/bindings/java/org/simgrid/surf/NetworkLink.java +++ b/src/bindings/java/org/simgrid/surf/NetworkLink.java @@ -1,6 +1,6 @@ /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). - * Version 2.0.11 + * Version 2.0.12 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. @@ -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);