From: Samuel Lepetit Date: Wed, 9 May 2012 13:58:40 +0000 (+0200) Subject: Removed the HostFailureException from waitFor, since it's never thrown X-Git-Tag: v3_9_90~569^2~19^2~96 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/11b3b034128af9ec778332da67ba4d9ef615399a?ds=inline Removed the HostFailureException from waitFor, since it's never thrown --- diff --git a/org/simgrid/msg/Process.java b/org/simgrid/msg/Process.java index bd3f943b40..fa0f4af469 100644 --- a/org/simgrid/msg/Process.java +++ b/org/simgrid/msg/Process.java @@ -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() {