Merge pull request #3243 from ACCEKLL/v6-dev

修改掉有误的注释
This commit is contained in:
Golden Looly 2023-08-03 17:51:54 +08:00 committed by GitHub
commit 4d53bdc9b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -236,7 +236,7 @@ public class JSONWriter extends Writer {
} }
/** /**
* 写出换行符 * 写出换行符
* *
* @return this * @return this
*/ */
@ -266,7 +266,7 @@ public class JSONWriter extends Writer {
/** /**
* 写入原始字符值不做任何处理 * 写入原始字符值不做任何处理
* *
* @param c 字符 * @param c 字符
* @return this * @return this
*/ */
public JSONWriter writeRaw(final char c) { public JSONWriter writeRaw(final char c) {