【fix sonar】ProvinceCityArea文件
This commit is contained in:
+5
-1
@@ -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");) {
|
||||
|
||||
Reference in New Issue
Block a user