Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove reference to nonexistent class.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 27 May 2013 15:45:46 +0000 (17:45 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 27 May 2013 15:45:46 +0000 (17:45 +0200)
It was removed more than one year ago.

src/bindings/java/org/simgrid/msg/Process.java

index 2b2c4b2..d7a5109 100644 (file)
@@ -98,7 +98,7 @@ public abstract class Process implements Runnable {
 
        
        /**
 
        
        /**
-        * Default constructor (used in ApplicationHandler to initialize it)
+        * Default constructor
         */
        protected Process() {
                this.id = nextProcessId++;
         */
        protected Process() {
                this.id = nextProcessId++;