From: Steve Coffman Date: Fri, 3 Nov 2000 20:31:12 +0000 (+0000) Subject: Richard Huxton's typo fix to make the valus in colors final static. X-Git-Tag: pre-columns~141 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d4ea53c21b09607bd1b5fb58e19b7277df7f26ec;p=xmlgraphics-fop.git Richard Huxton's typo fix to make the valus in colors final static. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193745 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/org/apache/fop/datatypes/ColorType.java b/src/org/apache/fop/datatypes/ColorType.java index 9f3d8cbb4..df2ef07ec 100644 --- a/src/org/apache/fop/datatypes/ColorType.java +++ b/src/org/apache/fop/datatypes/ColorType.java @@ -413,7 +413,7 @@ public class ColorType { "yellowgreen" }; - int[][] vals = { + final static int[][] vals = { {240, 248, 255}, {250, 235, 215}, {0, 255, 255},