- From: Florent Batard via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Sep 2008 14:07:22 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/org/w3c/unicorn/tasklist In directory hutz:/tmp/cvs-serv24706/org/w3c/unicorn/tasklist Modified Files: TaskListUnmarshallerBeans.java Log Message: Fill the map of task Index: TaskListUnmarshallerBeans.java =================================================================== RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/tasklist/TaskListUnmarshallerBeans.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- TaskListUnmarshallerBeans.java 2 Sep 2008 13:22:15 -0000 1.8 +++ TaskListUnmarshallerBeans.java 3 Sep 2008 14:07:20 -0000 1.9 @@ -52,7 +52,7 @@ /** * The tasklist corresponding to the xml file */ - private Map<String, org.w3c.unicorn.tasklist.Task> mapOfTask; + private Map<String,Task> mapOfTask; /** * The observers' list used to check some constraints on the tasks @@ -161,7 +161,7 @@ } } } - + this.mapOfTask.put(aTaskCurrent.getID(),aTaskCurrent); }
Received on Wednesday, 3 September 2008 14:07:55 UTC