Fix Bug TDI-29759 : remove the @override from the java files.
https://jira.talendforge.org/browse/TDI-29759
This commit is contained in:
@@ -257,7 +257,6 @@ public class ParserUtils {
|
||||
if (ignoreDTD) {
|
||||
reader.setEntityResolver(new EntityResolver() {
|
||||
|
||||
@Override
|
||||
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException {
|
||||
return new org.xml.sax.InputSource(new java.io.ByteArrayInputStream("<?xml version='1.0' encoding='UTF-8'?>"
|
||||
.getBytes()));
|
||||
|
||||
Reference in New Issue
Block a user