fix non-1.4-compatible throws clause

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@701827 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2008-10-05 16:40:59 +00:00
parent 18d98f4ac7
commit 3f27b17a89
1 changed files with 1 additions and 2 deletions

View File

@ -266,8 +266,7 @@ public class PatternParser extends DefaultHandler implements PatternConsumer {
//
// EntityResolver methods
//
public InputSource resolveEntity(String publicId, String systemId)
throws SAXException, IOException {
public InputSource resolveEntity(String publicId, String systemId) {
return HyphenationDTDGenerator.generateDTD();
}