mirror of https://github.com/apache/lucene.git
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:
parent
18d98f4ac7
commit
3f27b17a89
|
@ -266,8 +266,7 @@ public class PatternParser extends DefaultHandler implements PatternConsumer {
|
||||||
//
|
//
|
||||||
// EntityResolver methods
|
// EntityResolver methods
|
||||||
//
|
//
|
||||||
public InputSource resolveEntity(String publicId, String systemId)
|
public InputSource resolveEntity(String publicId, String systemId) {
|
||||||
throws SAXException, IOException {
|
|
||||||
return HyphenationDTDGenerator.generateDTD();
|
return HyphenationDTDGenerator.generateDTD();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue