From 2f82e19f7ccc2a2de92cc6d8aae1aea553f492f8 Mon Sep 17 00:00:00 2001 From: eschaeffer Date: Fri, 24 Nov 2000 11:23:29 +0000 Subject: [PATCH] patch from Kelly A. Campbell 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/org/apache/fop/image/AbstractFopImage.java b/src/org/apache/fop/image/AbstractFopImage.java index eaaf896ea..ba79849c0 100644 --- a/src/org/apache/fop/image/AbstractFopImage.java +++ b/src/org/apache/fop/image/AbstractFopImage.java @@ -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(); -- 2.39.5