提交 3c9c8d80 编写于 作者: J jheymans

remove @Override from interface method


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7800 71c3de6d-444a-0410-be80-ed276b4c234a
上级 16a15c5e
......@@ -28,7 +28,6 @@ class XMLEntityResolver implements EntityResolver {
/**
* Intercepts the lookup of publicId, systemId
*/
@Override
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException {
if (systemId != null) {
LOGGER.fine("Will try to resolve systemId [" + systemId + "]");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册