Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove reference to nonexistent class.
[simgrid.git] / 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++;