Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove deprecated restart function
authorSamuel Lepetit <samuel.lepetit@inria.fr>
Thu, 5 Jul 2012 09:49:40 +0000 (11:49 +0200)
committerSamuel Lepetit <samuel.lepetit@inria.fr>
Thu, 5 Jul 2012 09:49:40 +0000 (11:49 +0200)
org/simgrid/msg/Process.java

index 5acd784..c6005d6 100644 (file)
@@ -239,15 +239,6 @@ public abstract class Process implements Runnable {
        public void pause() {
                suspend();
        }
        public void pause() {
                suspend();
        }
-       /**
-        * Resumes a suspended process by resuming the task on which it was
-        * waiting for the completion.
-        * DEPRECATED: use resume instead.
-        */ 
-       @Deprecated
-       public void restart() {
-               resume();
-       }
        /**
         * Resumes a suspended process by resuming the task on which it was
         * waiting for the completion.
        /**
         * Resumes a suspended process by resuming the task on which it was
         * waiting for the completion.