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/07/08 10:43:25 UTC

svn commit: r961632 - in /xmlgraphics/commons/branches/Temp_Color/src/java/org/apache/xmlgraphics/java2d/color: AbstractDeviceSpecificColorSpace.java ICCColorSpaceExt.java

Author: jeremias
Date: Thu Jul  8 08:43:25 2010
New Revision: 961632

URL: http://svn.apache.org/viewvc?rev=961632&view=rev
Log:
Added missing serial version UIDs.

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

Modified: xmlgraphics/commons/branches/Temp_Color/src/java/org/apache/xmlgraphics/java2d/color/AbstractDeviceSpecificColorSpace.java
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/branches/Temp_Color/src/java/org/apache/xmlgraphics/java2d/color/AbstractDeviceSpecificColorSpace.java?rev=961632&r1=961631&r2=961632&view=diff
==============================================================================
--- xmlgraphics/commons/branches/Temp_Color/src/java/org/apache/xmlgraphics/java2d/color/AbstractDeviceSpecificColorSpace.java (original)
+++ xmlgraphics/commons/branches/Temp_Color/src/java/org/apache/xmlgraphics/java2d/color/AbstractDeviceSpecificColorSpace.java Thu Jul  8 08:43:25 2010
@@ -26,6 +26,8 @@ import java.awt.color.ColorSpace;
  */
 public abstract class AbstractDeviceSpecificColorSpace extends ColorSpace {
 
+    private static final long serialVersionUID = -4888985582872101875L;
+
     protected AbstractDeviceSpecificColorSpace(int type, int numcomponents) {
         super(type, numcomponents);
     }

Modified: xmlgraphics/commons/branches/Temp_Color/src/java/org/apache/xmlgraphics/java2d/color/ICCColorSpaceExt.java
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/branches/Temp_Color/src/java/org/apache/xmlgraphics/java2d/color/ICCColorSpaceExt.java?rev=961632&r1=961631&r2=961632&view=diff
==============================================================================
--- xmlgraphics/commons/branches/Temp_Color/src/java/org/apache/xmlgraphics/java2d/color/ICCColorSpaceExt.java (original)
+++ xmlgraphics/commons/branches/Temp_Color/src/java/org/apache/xmlgraphics/java2d/color/ICCColorSpaceExt.java Thu Jul  8 08:43:25 2010
@@ -32,6 +32,8 @@ import java.awt.color.ICC_Profile;
  */
 public class ICCColorSpaceExt extends ICC_ColorSpace implements ColorSpaceOrigin {
 
+    private static final long serialVersionUID = -3338065900662625221L;
+
     public static final int PERCEPTUAL = 0;
     public static final int RELATIVE_COLORIMETRIC = 1;
     public static final int ABSOLUTE_COLORIMETRIC = 2;



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