From 57a28c890cc5bed67231e8d016ec1673c13c63be Mon Sep 17 00:00:00 2001 From: Oliver Burn Date: Thu, 6 Feb 2003 12:29:46 +0000 Subject: [PATCH] Compiles under JDK 1.3.1 and ANT 1.4.1 --- .../com/puppycrawl/tools/checkstyle/AbstractLoader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/AbstractLoader.java b/src/checkstyle/com/puppycrawl/tools/checkstyle/AbstractLoader.java index 72ae1d8df..ca0d903b4 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/AbstractLoader.java +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/AbstractLoader.java @@ -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()