【fix sonar】ProvinceCityArea文件

This commit is contained in:
梁琦涛
2023-04-03 15:07:20 +08:00
parent de72ac3fb0
commit 10bc7db6bb
@@ -84,7 +84,11 @@ public class ProvinceCityArea {
}
}
/**
*
* @deprecated 未调用
*/
@Deprecated
private String jsonRead(File file){
StringBuilder buffer = new StringBuilder();
try(Scanner scanner = new Scanner(file, "utf-8");) {