mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
修改泛型
This commit is contained in:
parent
e62a91ca38
commit
d9df82ec80
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user