Fix compilation under JDK 1.3.x

This commit is contained in:
Oliver Burn 2003-02-04 11:37:44 +00:00
parent d2689e6eb0
commit 9c48e3107d
1 changed files with 2 additions and 2 deletions

View File

@ -83,9 +83,9 @@ abstract class AbstractLoader
mParser.parse(aInputSource);
}
/** @see org.xml.sax.EntityResolver */
/** Jibber inheritDoc */
public InputSource resolveEntity(String aPublicId, String aSystemId)
throws SAXException
throws SAXException, IOException
{
if (mPublicId.equals(aPublicId)) {
final InputStream dtdIS = getClass().getClassLoader()