]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Modifier changes
authorPeter Bernard West <pbwest@apache.org>
Thu, 13 Jun 2002 15:16:24 +0000 (15:16 +0000)
committerPeter Bernard West <pbwest@apache.org>
Thu, 13 Jun 2002 15:16:24 +0000 (15:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@194881 13f79535-47bb-0310-9956-ffa450edef68

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

index 82cf9569924b39cc2443799dae8967f904f3222f..81063c21d3660d154737b73ee0fdfbf3c478425c 100644 (file)
@@ -268,7 +268,7 @@ public class ColorType extends AbstractPropertyValue {
      * @return a <tt>float[4]</tt> containing the RGB information for
      * that color.
      */
-    public static synchronized float[] getSystemColor(String name)
+    public static float[] getSystemColor(String name)
         throws PropertyException
     {
         float syscolor[];
@@ -283,7 +283,7 @@ public class ColorType extends AbstractPropertyValue {
      * name of the color.
      * @return a <tt>float[4]</tt> array representing the normalized color.
      */
-    private static HashMap standardColors;
+    private static final HashMap standardColors;
     static {
         standardColors = new HashMap(16);
         standardColors.put
@@ -328,7 +328,7 @@ public class ColorType extends AbstractPropertyValue {
      * a reference to the array is returned.
      * @return a <tt>float[4]</tt> array representing the normalized color.
      */
-    public static final HashMap systemColors;
+    private static final HashMap systemColors;
     static {
         systemColors = new HashMap();
         systemColors.put("aliceblue",