Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove ununsed exception in javadocs
[simgrid.git] / src / bindings / java / org / simgrid / msg / Process.java
index 055939e..e4c7900 100644 (file)
@@ -280,7 +280,6 @@ public abstract class Process implements Runnable {
        /**
         * This method actually creates and run the process.
         * It is a noop if the process is already launched.
-        * @throws HostNotFoundException
         */
        public final void start() {
           if (bind == 0)