From 1f462d3e691a39693b11cf916765d072538c7b8e Mon Sep 17 00:00:00 2001 From: Accekll <3287761168@qq.com> Date: Thu, 3 Aug 2023 16:26:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=89=E6=9C=89=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/org/dromara/hutool/json/writer/JSONWriter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/writer/JSONWriter.java b/hutool-json/src/main/java/org/dromara/hutool/json/writer/JSONWriter.java index 800f492de..c7ee86228 100644 --- a/hutool-json/src/main/java/org/dromara/hutool/json/writer/JSONWriter.java +++ b/hutool-json/src/main/java/org/dromara/hutool/json/writer/JSONWriter.java @@ -236,7 +236,7 @@ public class JSONWriter extends Writer { } /** - * 写出换换行符 + * 写出换行符 * * @return this */ @@ -266,7 +266,7 @@ public class JSONWriter extends Writer { /** * 写入原始字符值,不做任何处理 * - * @param c 字符串 + * @param c 字符 * @return this */ public JSONWriter writeRaw(final char c) {