- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 May 2008 16:11:45 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/selectors/attributes In directory hutz:/tmp/cvs-serv30300 Modified Files: AttributeExact.java Log Message: stoopid typo Index: AttributeExact.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/selectors/attributes/AttributeExact.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- AttributeExact.java 13 May 2008 15:20:52 -0000 1.8 +++ AttributeExact.java 13 May 2008 16:11:43 -0000 1.9 @@ -101,7 +101,7 @@ new String[] { toString(), attr.toString() }); } } else if (attr instanceof AttributeSuffix) { - String othervalue = ((AttributeStart) attr).getValue(); + String othervalue = ((AttributeSuffix) attr).getValue(); if (!value.endsWith(othervalue)) { ac.getFrame().addWarning("incompatible", new String[] { toString(), attr.toString() });
Received on Tuesday, 13 May 2008 16:12:20 UTC