Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a warning in javadoc that turns into an error on macosx
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 19 Jun 2016 19:55:03 +0000 (21:55 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 19 Jun 2016 19:55:09 +0000 (21:55 +0200)
src/bindings/java/org/simgrid/msg/Msg.java

index bd49fd2..9c04644 100644 (file)
@@ -46,10 +46,8 @@ public final class Msg {
 
        /** Run the MSG simulation.
         *
 
        /** 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() ;
 
         */
        public static final native void run() ;