修改泛型

This commit is contained in:
hzd 2020-09-03 14:10:16 +08:00
parent e62a91ca38
commit d9df82ec80

View File

@ -1338,7 +1338,7 @@ public class XmlUtil {
} }
@Override @Override
public Iterator<?> getPrefixes(String namespaceURI) { public Iterator<String> getPrefixes(String namespaceURI) {
// Not implemented // Not implemented
return null; return null;
} }