Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Removed the HostFailureException from waitFor, since it's never thrown
authorSamuel Lepetit <samuel.lepetit@inria.fr>
Wed, 9 May 2012 13:58:40 +0000 (15:58 +0200)
committerSamuel Lepetit <samuel.lepetit@inria.fr>
Wed, 9 May 2012 13:58:40 +0000 (15:58 +0200)
org/simgrid/msg/Process.java

index bd3f943..fa0f4af 100644 (file)
@@ -311,12 +311,10 @@ public abstract class Process extends Thread {
        }
        /**
         * Makes the current process sleep until time seconds have elapsed.
-        *
         * @param seconds               The time the current process must sleep.
-        *
-        * @exception                   HostFailureException on error in the native SimGrid code
         */ 
-       public native void waitFor(double seconds) throws HostFailureException;    /**
+       public native void waitFor(double seconds);    
+       /**
      *
      */
     public void showArgs() {