From 3f04cb3b195831f33f2c0ee602891c63736a2db6 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 11 Oct 2014 22:02:34 +0200 Subject: [PATCH] please doxygen keep calm --- src/bindings/java/org/simgrid/msg/File.java | 1 - src/bindings/java/org/simgrid/surf/NetworkLink.java | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/bindings/java/org/simgrid/msg/File.java b/src/bindings/java/org/simgrid/msg/File.java index ed657705ff..f0c78eb5e4 100644 --- a/src/bindings/java/org/simgrid/msg/File.java +++ b/src/bindings/java/org/simgrid/msg/File.java @@ -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) { 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); -- 2.20.1