Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Documentation fixup and light reindentation
[simgrid.git] / src / java / simgrid / msg / Msg.java
index 00b1939..81fd4f4 100644 (file)
@@ -33,7 +33,7 @@ public final class Msg {
   static {
     try {
       System.loadLibrary("simgrid");
-      MsgNative.selectContextFactory("jcontext_factory");
+      MsgNative.selectContextFactory("java");
     } catch(NativeException e) {
       System.err.println(e.toString());
       e.printStackTrace();
@@ -118,7 +118,7 @@ public final class Msg {
     /**
      * The method to deploy the simulation.
      *
-     * @param appFile        The XML file which contains the description of the application to deploy.
+     * @param platformFile    The XML file which contains the description of the application to deploy.
      */