From: Martin Quinson Date: Sun, 19 Jun 2016 19:55:03 +0000 (+0200) Subject: Fix a warning in javadoc that turns into an error on macosx X-Git-Tag: v3_14~942 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8e68a0e85aa6b762d75dec4623dc922fa3073e7d?hp=-c Fix a warning in javadoc that turns into an error on macosx --- 8e68a0e85aa6b762d75dec4623dc922fa3073e7d diff --git a/src/bindings/java/org/simgrid/msg/Msg.java b/src/bindings/java/org/simgrid/msg/Msg.java index bd49fd24b4..9c04644aed 100644 --- a/src/bindings/java/org/simgrid/msg/Msg.java +++ b/src/bindings/java/org/simgrid/msg/Msg.java @@ -46,10 +46,8 @@ public final class Msg { /** Run the MSG simulation. * - * The simulation is not cleaned afterward (see - * {@link #clean()} if you really insist on cleaning the C side), so you can freely - * retrieve the information that you want from the simulation. In particular, retrieving the status - * of a process or the current date is perfectly ok. + * After the simulation, you can freely retrieve the information that you want.. + * In particular, retrieving the status of a process or the current date is perfectly ok. */ public static final native void run() ;