Compiles under JDK 1.3.1 and ANT 1.4.1

This commit is contained in:
Oliver Burn 2003-02-06 12:29:46 +00:00
parent 28086be0e2
commit 57a28c890c
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ abstract class AbstractLoader
/** {@inheritDoc} */
public InputSource resolveEntity(String aPublicId, String aSystemId)
throws SAXException, IOException
throws SAXException
{
if (mPublicId.equals(aPublicId)) {
final InputStream dtdIS = getClass().getClassLoader()