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 je...@apache.org on 2007/12/13 12:15:53 UTC

svn commit: r603886 - /xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/image2/impl/batik/ImageLoaderWMF.java

Author: jeremias
Date: Thu Dec 13 03:15:48 2007
New Revision: 603886

URL: http://svn.apache.org/viewvc?rev=603886&view=rev
Log:
Copy/paste programming is dangerous. :-)

Modified:
    xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/image2/impl/batik/ImageLoaderWMF.java

Modified: xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/image2/impl/batik/ImageLoaderWMF.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/image2/impl/batik/ImageLoaderWMF.java?rev=603886&r1=603885&r2=603886&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/image2/impl/batik/ImageLoaderWMF.java (original)
+++ xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/image2/impl/batik/ImageLoaderWMF.java Thu Dec 13 03:15:48 2007
@@ -61,7 +61,7 @@
         Image img = info.getOriginalImage();
         if (!(img instanceof ImageWMF)) {
             throw new IllegalArgumentException(
-                    "ImageInfo was expected to contain the SVG document as DOM");
+                    "ImageInfo was expected to contain the Windows Metafile (WMF)");
         }
         ImageWMF wmfImage = (ImageWMF)img;
         return wmfImage;



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