fix comment

This commit is contained in:
Looly
2019-10-02 16:05:50 +08:00
parent 3acf9c4e70
commit 522ed4308d
37 changed files with 85 additions and 85 deletions

View File

@@ -513,7 +513,7 @@ public class JSONArray extends JSONGetter<Integer> implements JSON, List<Object>
/**
* 转为JSON字符串指定缩进值
*
* @param indentFactor 缩进值,缩进空格数
* @param indentFactor 缩进值,缩进空格数
* @return JSON字符串
* @throws JSONException JSON写入异常
*/