mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
修改泛型
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user