- From: Sijtsche Smeman <sijtsche@dev.w3.org>
- Date: Thu, 25 Nov 2004 13:29:32 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/css In directory hutz:/tmp/cvs-serv11070/css Modified Files: StyleSheetGeneratorHTML2.java Log Message: System out println removed Index: StyleSheetGeneratorHTML2.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/css/StyleSheetGeneratorHTML2.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- StyleSheetGeneratorHTML2.java 25 Nov 2004 13:23:25 -0000 1.10 +++ StyleSheetGeneratorHTML2.java 25 Nov 2004 13:29:30 -0000 1.11 @@ -331,7 +331,7 @@ } public void produceWarning() { - System.out.println("In producewarning"); + boolean open = false; StringBuffer ret = new StringBuffer(1024); String oldSourceFile = "";
Received on Thursday, 25 November 2004 13:29:34 UTC