You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by je...@apache.org on 2010/11/03 08:21:05 UTC

svn commit: r1030342 - /xmlgraphics/commons/branches/Temp_Color/src/java/org/apache/xmlgraphics/java2d/color/CIELabColorSpace.java

Author: jeremias
Date: Wed Nov  3 07:21:05 2010
New Revision: 1030342

URL: http://svn.apache.org/viewvc?rev=1030342&view=rev
Log:
Replace non-US-ASCII character.

Modified:
    xmlgraphics/commons/branches/Temp_Color/src/java/org/apache/xmlgraphics/java2d/color/CIELabColorSpace.java

Modified: xmlgraphics/commons/branches/Temp_Color/src/java/org/apache/xmlgraphics/java2d/color/CIELabColorSpace.java
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/branches/Temp_Color/src/java/org/apache/xmlgraphics/java2d/color/CIELabColorSpace.java?rev=1030342&r1=1030341&r2=1030342&view=diff
==============================================================================
--- xmlgraphics/commons/branches/Temp_Color/src/java/org/apache/xmlgraphics/java2d/color/CIELabColorSpace.java (original)
+++ xmlgraphics/commons/branches/Temp_Color/src/java/org/apache/xmlgraphics/java2d/color/CIELabColorSpace.java Wed Nov  3 07:21:05 2010
@@ -31,7 +31,7 @@ public class CIELabColorSpace extends Co
 
     private static final long serialVersionUID = -1821569090707520704L;
 
-    //CIE XYZ tristimulus values of the reference white point: Observer= 2°, Illuminant= D65
+    //CIE XYZ tristimulus values of the reference white point: Observer= 2 degrees, Illuminant= D65
     private static final float REF_X_D65 = 95.047f;
     private static final float REF_Y_D65 = 100.000f;
     private static final float REF_Z_D65 = 108.883f;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org