Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename Process.currentProcess() to Process.getCurrentProcess()
[simgrid.git] / src / bindings / java / org / simgrid / msg / Process.java
index 5791ccd..d5678d7 100644 (file)
@@ -304,7 +304,7 @@ public abstract class Process implements Runnable {
         * @return                              The current process.
         *
         */ 
-       public static native Process currentProcess();
+       public static native Process getCurrentProcess();
        /**
         * Migrates a process to another host.
         *