- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 26 Mar 2012 12:11:28 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/atsc
In directory hutz:/tmp/cvs-serv21683/properties/atsc
Modified Files:
CssBackgroundATSC.java
Log Message:
various changes to allow direct use + some small typos
Index: CssBackgroundATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBackgroundATSC.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- CssBackgroundATSC.java 9 Sep 2011 12:16:42 -0000 1.5
+++ CssBackgroundATSC.java 26 Mar 2012 12:11:25 -0000 1.6
@@ -325,7 +325,7 @@
/**
* Compares two properties for equality.
*
- * @param value The other property.
+ * @param property The other property.
*/
public boolean equals(CssProperty property) {
return false; // FIXME
Received on Monday, 26 March 2012 12:11:34 UTC