Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New version of MAHEVE plus corrections.
[mapping.git] / src / and / Mapping / Association.java
index ab8ebdc..d7d4d6a 100644 (file)
@@ -66,7 +66,7 @@ public class Association implements Serializable
         * Return the associated tasks list.
         * @return The associated tasks list
         */
-       public ArrayList<GTask> getGtask()
+       public ArrayList<GTask> getGtasks()
        {
                return at ;
        }