Update of /sources/public/2002/css-validator/org/w3c/css/servlet In directory hutz:/tmp/cvs-serv10967/org/w3c/css/servlet Modified Files: CssValidator.java Log Message: enabling doPost for direct input (welcome to java. please declare your variables. thank you) Index: CssValidator.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/servlet/CssValidator.java,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- CssValidator.java 20 Jul 2007 05:58:29 -0000 1.29 +++ CssValidator.java 20 Jul 2007 06:08:39 -0000 1.30 @@ -434,6 +434,7 @@ int warningLevel = 2; CssParser parser = null; FakeFile file = null; + String text = null; String output = null; //boolean XMLinput = false; String warning = null;Received on Friday, 20 July 2007 06:08:43 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 20 September 2007 14:33:19 GMT