Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
missing exceptions
[simgrid.git] / 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