- From: Julien Grand-Mourcel via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Aug 2007 08:30:38 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/parser
In directory hutz:/tmp/cvs-serv7383/org/w3c/css/parser
Modified Files:
CssPropertyFactory.java
Log Message:
Using translation to display the css version
Index: CssPropertyFactory.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/parser/CssPropertyFactory.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- CssPropertyFactory.java 7 Aug 2007 10:53:39 -0000 1.19
+++ CssPropertyFactory.java 13 Aug 2007 08:30:36 -0000 1.20
@@ -200,7 +200,7 @@
// this is an error... or a warning if it exists in another
// profile... FIXME
if (classname == null) {
- throw new InvalidParamException("noexistence", property, ac.getFormatedCssVersion(), ac);
+ throw new InvalidParamException("noexistence", property, ac.getMsg().getString(ac.getCssVersion()), ac);
}
CssIdent initial = new CssIdent("initial");
Received on Monday, 13 August 2007 08:30:47 UTC