Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correction of some bugs.
[mapping.git] / src / and / Mapping / Graph.java
index 3387f60..79efb2f 100644 (file)
@@ -45,7 +45,7 @@ public class Graph implements Serializable
        
        /**
         * Add a task into the graph.
-        * @param t Task to be add
+        * @param _t Task to be add
         */
        public void addGTask( GTask _t )
        {