- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 08 Aug 2005 13:19:49 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/www/mime In directory hutz:/tmp/cvs-serv27412/org/w3c/www/mime Modified Files: MimeType.java Log Message: All those changed made by Jean-Guilhem Rouel: Huge patch, imports fixed (automatic) Bug fixed: 372, 920, 778, 287, 696, 764, 233 Partial bug fix for 289 Issue with "inherit" in CSS2. The validator now checks the number of values (extraneous values were previously ignored) Index: MimeType.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/www/mime/MimeType.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MimeType.java 9 Feb 2004 09:42:02 -0000 1.1 +++ MimeType.java 8 Aug 2005 13:19:47 -0000 1.2 @@ -5,10 +5,8 @@ package org.w3c.www.mime ; -import java.util.Vector; - -import java.io.PrintStream; import java.io.Serializable; +import java.util.Vector; /** * This class is used to represent parsed MIME types.
Received on Monday, 8 August 2005 13:19:55 UTC