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 ke...@apache.org on 2002/07/04 09:30:57 UTC

cvs commit: xml-fop/src/org/apache/fop/image ImageFactory.java

keiron      2002/07/04 00:30:57

  Modified:    src/org/apache/fop/image ImageFactory.java
  Log:
  removed repeated string
  
  Revision  Changes    Path
  1.8       +1 -2      xml-fop/src/org/apache/fop/image/ImageFactory.java
  
  Index: ImageFactory.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/image/ImageFactory.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ImageFactory.java	1 Jul 2002 10:40:39 -0000	1.7
  +++ ImageFactory.java	4 Jul 2002 07:30:57 -0000	1.8
  @@ -225,7 +225,6 @@
           }
           catch (Exception ex) {
               log.error("Error creating FopImage object (" +
  -                      "Error creating FopImage object (" +
                         absoluteURL.toString() + ") : " + ex.getMessage(), ex);
               return null;
           }
  
  
  

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