W3C home > Mailing lists > Public > www-validator-cvs@w3.org > July 2009

2002/css-validator/org/w3c/css/values RGB.java,1.6,1.7

From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
Date: Tue, 07 Jul 2009 13:32:59 +0000
To: www-validator-cvs@w3.org
Message-Id: <E1MOAn5-0003Ur-PZ@lionel-hutz.w3.org>
Update of /sources/public/2002/css-validator/org/w3c/css/values
In directory hutz:/tmp/cvs-serv13427

Modified Files:
	RGB.java 
Log Message:
stoopid typo in setter for green.
Fixes bug http://www.w3.org/Bugs/Public/show_bug.cgi?id=6935


Index: RGB.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/values/RGB.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- RGB.java	25 Mar 2008 18:30:12 -0000	1.6
+++ RGB.java	7 Jul 2009 13:32:57 -0000	1.7
@@ -45,7 +45,7 @@
     public final void setGreen(int g) {
 	this.g = g;
     }
-    public final void setGreen(float gr) {
+    public final void setGreen(float fg) {
 	this.fg = fg;
     }
 
Received on Tuesday, 7 July 2009 13:33:08 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 23:02:36 UTC