Browse Source

修改泛型

hzd 5 years ago
parent
commit
d9df82ec80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hutool-core/src/main/java/cn/hutool/core/util/XmlUtil.java

+ 1 - 1
hutool-core/src/main/java/cn/hutool/core/util/XmlUtil.java

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