Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / src / bindings / java / org / simgrid / msg / Process.java
index 4f29954..04b5e03 100644 (file)
@@ -226,11 +226,11 @@ public abstract class Process implements Runnable {
        /**
         * This static method gets a process from a PID.
         *
-        * @param PID                   The process identifier of the process to get.
+        * @param pid                   The process identifier of the process to get.
         *
         * @return                              The process with the specified PID.
         */ 
-       public static native Process fromPID(int PID);
+       public static native Process fromPID(int pid);
        /**
         * This method returns the PID of the process.
         *