- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 04 Sep 2011 21:01:49 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest In directory hutz:/tmp/cvs-serv4633/autotest Modified Files: AutoTestContentHandler.java Log Message: Css Direction with links to the relevant RECs Index: AutoTestContentHandler.java =================================================================== RCS file: /sources/public/2002/css-validator/autotest/AutoTestContentHandler.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- AutoTestContentHandler.java 9 Feb 2009 21:00:23 -0000 1.5 +++ AutoTestContentHandler.java 4 Sep 2011 21:01:47 -0000 1.6 @@ -5,6 +5,16 @@ // (c) COPYRIGHT MIT, ERCIM and Keio, 2003. // Please first read the full copyright statement in file COPYRIGHT.html +import org.w3c.www.http.HTTP; +import org.w3c.www.protocol.http.HttpException; +import org.w3c.www.protocol.http.HttpManager; +import org.w3c.www.protocol.http.Reply; +import org.w3c.www.protocol.http.Request; +import org.xml.sax.Attributes; +import org.xml.sax.ContentHandler; +import org.xml.sax.Locator; +import org.xml.sax.SAXException; + import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; @@ -13,13 +23,6 @@ import java.net.MalformedURLException; import java.net.URL; -import org.w3c.www.http.HTTP; -import org.w3c.www.protocol.http.HttpException; -import org.w3c.www.protocol.http.HttpManager; -import org.w3c.www.protocol.http.Reply; -import org.w3c.www.protocol.http.Request; - -import org.xml.sax.*; //import org.xml.sax.helpers.LocatorImpl; /*
Received on Sunday, 4 September 2011 21:02:24 UTC