mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
修改泛型
This commit is contained in:
parent
e62a91ca38
commit
d9df82ec80
@ -1338,7 +1338,7 @@ public class XmlUtil {
|
||||
}
|
||||
|
||||
@Override
|
||||
public Iterator<?> getPrefixes(String namespaceURI) {
|
||||
public Iterator<String> getPrefixes(String namespaceURI) {
|
||||
// Not implemented
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user