- From: Jonathan Barouh via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 08 Sep 2008 15:06:18 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/org/w3c/unicorn/tasklist In directory hutz:/tmp/cvs-serv30259/org/w3c/unicorn/tasklist Modified Files: TaskListUnmarshallerBeans.java Log Message: Index: TaskListUnmarshallerBeans.java =================================================================== RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/tasklist/TaskListUnmarshallerBeans.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- TaskListUnmarshallerBeans.java 8 Sep 2008 12:44:18 -0000 1.10 +++ TaskListUnmarshallerBeans.java 8 Sep 2008 15:06:12 -0000 1.11 @@ -403,7 +403,6 @@ node.setID(NodeID++); for (ExecType exec : myThen.getExecArray()) { final Observer obs=Framework.mapOfObserver.get(exec.getValue()); - System.out.println("exec value : " + exec.getValue()); node.addExec(new TLTExec(exec.getId(),obs, exec.getValue(), exec .getType(), exec.getParam())); } @@ -534,7 +533,7 @@ public void unmarshal() throws Exception { - TaskListUnmarshallerBeans.logger.trace("unmarshal"); + TaskListUnmarshallerBeans.logger.trace("unmarshal tasklist"); // creates the tasklist without computing references for (final TaskType aTask : this.aTaskList.getTasklist().getTaskArray()) { if (this.mapOfTask.containsKey(aTask.getId())) {
Received on Monday, 8 September 2008 15:06:59 UTC