Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
missing exceptions
authorcoldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 17 Mar 2010 10:36:30 +0000 (10:36 +0000)
committercoldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 17 Mar 2010 10:36:30 +0000 (10:36 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7261 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/java/simgrid/msg/MsgNative.java

index 8afd36f..8d0f2ef 100644 (file)
@@ -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