From: coldpeace Date: Wed, 17 Mar 2010 10:36:30 +0000 (+0000) Subject: missing exceptions X-Git-Tag: SVN~478 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cb32691df917d727efc1384faf5ec0a18511f135?ds=sidebyside missing exceptions git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7261 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/java/simgrid/msg/MsgNative.java b/src/java/simgrid/msg/MsgNative.java index 8afd36f093..8d0f2efb99 100644 --- a/src/java/simgrid/msg/MsgNative.java +++ b/src/java/simgrid/msg/MsgNative.java @@ -18,14 +18,12 @@ package simgrid.msg; */ final class MsgNative { - final static native void selectContextFactory(String name) throws NativeException; /****************************************************************** * The natively implemented methods connected to the MSG Process * ******************************************************************/ - /** * The natively implemented method to create an MSG process. * @@ -419,8 +417,6 @@ final class MsgNative { */ final static native void taskExecute(Task task) throws NativeException; - - /* **************************************************************** * Communication methods thru mailboxes * **************************************************************** */ @@ -447,4 +443,4 @@ final class MsgNative { */ final static native void taskSendBounded(String alias, Task task, double maxrate) throws NativeException; -} +} \ No newline at end of file