You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by pb...@apache.org on 2002/06/25 15:37:32 UTC

cvs commit: xml-fop/src/org/apache/fop/fo/expr FunctionNotImplementedException.java DataTypeNotImplementedException.java

pbwest      2002/06/25 06:37:32

  Modified:    src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design
                        FunctionNotImplementedException.java
                        DataTypeNotImplementedException.java
  Log:
  ident keywords
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +4 -1      xml-fop/src/org/apache/fop/fo/expr/Attic/FunctionNotImplementedException.java
  
  Index: FunctionNotImplementedException.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/expr/Attic/FunctionNotImplementedException.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- FunctionNotImplementedException.java	24 Jun 2002 22:28:10 -0000	1.1.2.1
  +++ FunctionNotImplementedException.java	25 Jun 2002 13:37:32 -0000	1.1.2.2
  @@ -8,6 +8,9 @@
   package org.apache.fop.fo.expr;
   
   public class FunctionNotImplementedException extends PropertyException {
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       public FunctionNotImplementedException(String detail) {
           super(detail);
       }
  
  
  
  1.1.2.2   +4 -1      xml-fop/src/org/apache/fop/fo/expr/Attic/DataTypeNotImplementedException.java
  
  Index: DataTypeNotImplementedException.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/expr/Attic/DataTypeNotImplementedException.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- DataTypeNotImplementedException.java	24 Jun 2002 22:28:10 -0000	1.1.2.1
  +++ DataTypeNotImplementedException.java	25 Jun 2002 13:37:32 -0000	1.1.2.2
  @@ -8,6 +8,9 @@
   package org.apache.fop.fo.expr;
   
   public class DataTypeNotImplementedException extends PropertyException {
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       public DataTypeNotImplementedException(String detail) {
           super(detail);
       }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org