- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 21 Sep 2009 16:28:35 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/src/org/w3c/unicorn In directory hutz:/tmp/cvs-serv10353/src/org/w3c/unicorn Modified Files: UnicornCall.java Log Message: the observer id is not passed as an argument to the Request objects Index: UnicornCall.java =================================================================== RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/UnicornCall.java,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- UnicornCall.java 21 Sep 2009 15:57:01 -0000 1.22 +++ UnicornCall.java 21 Sep 2009 16:28:33 -0000 1.23 @@ -173,7 +173,8 @@ // Has a file been uploaded? aInputMethod.getCallMethod().isPost(), // Response format - aObserver.getResponseType()); + aObserver.getResponseType(), + aObserver.getID()); // add this request to request list //aRequestList.addRequest(aRequest, aObserver.getID());
Received on Monday, 21 September 2009 16:28:44 UTC