2002/css-validator/org/w3c/css/properties/css1 CssBackgroundCSS1.java,1.6,1.7

Update of /sources/public/2002/css-validator/org/w3c/css/properties/css1
In directory hutz:/tmp/cvs-serv8530/org/w3c/css/properties/css1

Modified Files:
	CssBackgroundCSS1.java 
Log Message:
progress on background CSS3 shorthand property

Index: CssBackgroundCSS1.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css1/CssBackgroundCSS1.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- CssBackgroundCSS1.java	5 Jan 2010 13:49:39 -0000	1.6
+++ CssBackgroundCSS1.java	6 Jan 2010 09:27:44 -0000	1.7
@@ -187,13 +187,6 @@
     }
 
     /**
-     * Returns the name of this property
-     */
-    public String getPropertyName() {
-        return "background";
-    }
-
-    /**
      * Returns a string representation of the object.
      */
     public String toString() {

Received on Wednesday, 6 January 2010 09:27:49 UTC