fix comment and add method

This commit is contained in:
Looly
2020-12-15 17:17:54 +08:00
parent 8dd004f4ee
commit ec9eee4aed
2 changed files with 12 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ final class InternalJSONUtil {
* 缩进,使用空格符
*
* @param writer writer
* @param indent 进空格数
* @param indent 进空格数
* @throws IOException IO异常
*/
protected static void indent(Writer writer, int indent) throws IOException {