Fix compilation under JDK 1.3.x
This commit is contained in:
parent
d2689e6eb0
commit
9c48e3107d
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue