- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 02 Nov 2012 14:14:15 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/css21 In directory hutz:/tmp/cvs-serv27786/css21 Modified Files: CssBackgroundRepeat.java Log Message: more mobile/tv cleanup Index: CssBackgroundRepeat.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css21/CssBackgroundRepeat.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- CssBackgroundRepeat.java 23 Aug 2012 21:09:08 -0000 1.2 +++ CssBackgroundRepeat.java 2 Nov 2012 14:14:13 -0000 1.3 @@ -30,7 +30,7 @@ } } - protected static boolean checkMatchingIdent(CssIdent ident) { + public static boolean checkMatchingIdent(CssIdent ident) { return (getMatchingIdent(ident) != null); }
Received on Friday, 2 November 2012 14:14:20 UTC