Fix Bug TDI-29759 : remove the @override from the java files.

https://jira.talendforge.org/browse/TDI-29759
This commit is contained in:
Wu Liu
2014-07-23 13:50:40 +08:00
parent b51193515d
commit 9dc876155a

View File

@@ -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()));