From: Frederic Suter Date: Tue, 20 Feb 2018 19:57:05 +0000 (+0100) Subject: fix Javadoc X-Git-Tag: v3.19~184 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6d3f858df02279918d1973a2eb86704bd3c3d490 fix Javadoc prevented lib_in_jar build --- diff --git a/src/bindings/java/org/simgrid/msg/Process.java b/src/bindings/java/org/simgrid/msg/Process.java index 7dc38c9e39..6c06550e87 100644 --- a/src/bindings/java/org/simgrid/msg/Process.java +++ b/src/bindings/java/org/simgrid/msg/Process.java @@ -107,7 +107,7 @@ public abstract class Process implements Runnable { * * @param host Where to create the process. * @param name The name of the process. - * @param args The arguments of main method of the process. + * @param argsParam The arguments of main method of the process. */ public Process(Host host, String name, String[]argsParam) {