]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Added cvs keywords
authorPeter Bernard West <pbwest@apache.org>
Tue, 30 Jul 2002 08:51:37 +0000 (08:51 +0000)
committerPeter Bernard West <pbwest@apache.org>
Tue, 30 Jul 2002 08:51:37 +0000 (08:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195037 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/apps/FOPException.java
src/org/apache/fop/datatypes/ColorSpace.java

index f6391ce6cc2290724b8d43ad4e4e0487b91389af..eebbe70914704a17bdbb6280d1fe653787034ce1 100644 (file)
@@ -14,6 +14,8 @@ import org.xml.sax.SAXException;
  * Exception thrown when FOP has a problem
  */
 public class FOPException extends Exception {
+    private static final String tag = "$Name$";
+    private static final String revision = "$Revision$";
 
     private static final String EXCEPTION_SEPARATOR = "\n---------\n";
 
index 59ccb4f24db576f1f18e75a7820b8726d2d0aebb..daa8becf2a35e9f28833aabc812671fc70b7028c 100644 (file)
@@ -8,6 +8,9 @@
 package org.apache.fop.datatypes;
 
 public class ColorSpace {
+
+    private static final String tag = "$Name$";
+    private static final String revision = "$Revision$";
        private boolean hasICCProfile;
        private byte[] iccProfile;
        private int numComponents;