Compiles under JDK 1.3.1 and ANT 1.4.1
This commit is contained in:
parent
28086be0e2
commit
57a28c890c
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue