]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Richard Huxton's typo fix to make the valus in colors final static.
authorSteve Coffman <gears@apache.org>
Fri, 3 Nov 2000 20:31:12 +0000 (20:31 +0000)
committerSteve Coffman <gears@apache.org>
Fri, 3 Nov 2000 20:31:12 +0000 (20:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193745 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/datatypes/ColorType.java

index 9f3d8cbb4e51663a6c89b9cb92ef7933dc407e3b..df2ef07ec090bf99ef47586a5a0683ca916a6fc5 100644 (file)
@@ -413,7 +413,7 @@ public class ColorType {
                "yellowgreen"
        };
 
-       int[][] vals = {
+       final static int[][] vals = {
                {240, 248, 255},
                {250, 235, 215},
                {0, 255, 255},