]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
patch from Kelly A. Campbell
authoreschaeffer <eschaeffer@unknown>
Fri, 24 Nov 2000 11:23:29 +0000 (11:23 +0000)
committereschaeffer <eschaeffer@unknown>
Fri, 24 Nov 2000 11:23:29 +0000 (11:23 +0000)
doesn't need to compile FOP without Jimi.
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193832 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/image/AbstractFopImage.java

index eaaf896ea7645d73fe4fe0659ae414698a40423f..ba79849c05fbdf5999d6984c69aa4b52016f5461 100644 (file)
@@ -134,7 +134,8 @@ public abstract class AbstractFopImage implements FopImage {
     * @return a new FopImage object
     * @exception FopImageException an error occured during initialization
     */
-  public AbstractFopImage(URL href, ImageReader imgReader) {
+  public AbstractFopImage(URL href, ImageReader imgReader)
+       throws FopImageException {
     this.m_href = href;
     this.m_imageReader = imgReader;
     this.m_width = this.m_imageReader.getWidth();