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
|
||||
//
|
||||
public InputSource resolveEntity(String publicId, String systemId)
|
||||
throws SAXException, IOException {
|
||||
public InputSource resolveEntity(String publicId, String systemId) {
|
||||
return HyphenationDTDGenerator.generateDTD();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue