- From: Jean-Guilhem Rouel via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 Jul 2008 17:34:49 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/org/w3c/unicorn/request In directory hutz:/tmp/cvs-serv31756/org/w3c/unicorn/request Modified Files: Request.java Log Message: Fixed a few warnings Removed XMLBeansTest.java as it won't compile without some libs Forced com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl to be used Renamed *_text10.vm to *_text.vm Index: Request.java =================================================================== RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/request/Request.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Request.java 17 Jun 2008 13:41:11 -0000 1.5 +++ Request.java 2 Jul 2008 17:34:47 -0000 1.6 @@ -10,7 +10,6 @@ import org.apache.commons.logging.LogFactory; import org.w3c.unicorn.contract.EnumInputMethod; import org.w3c.unicorn.input.InputModule; -import org.w3c.unicorn.response.parser.ResponseParser; /** *
Received on Wednesday, 2 July 2008 17:35:24 UTC