mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
修改掉有误的注释
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user