mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix doc
This commit is contained in:
parent
88b5c34c1e
commit
d883fdebe9
@ -419,7 +419,6 @@ public class CharUtil {
|
|||||||
* @return 转换后的字符
|
* @return 转换后的字符
|
||||||
* @see <a href="https://en.wikipedia.org/wiki/List_of_Unicode_characters#Unicode_symbols">Unicode_symbols</a>
|
* @see <a href="https://en.wikipedia.org/wiki/List_of_Unicode_characters#Unicode_symbols">Unicode_symbols</a>
|
||||||
* @see <a href="https://en.wikipedia.org/wiki/Enclosed_Alphanumerics">Alphanumerics</a>
|
* @see <a href="https://en.wikipedia.org/wiki/Enclosed_Alphanumerics">Alphanumerics</a>
|
||||||
* 有其他特殊的需求,可以到 维基百科 查找说明
|
|
||||||
* @since 5.6.2
|
* @since 5.6.2
|
||||||
*/
|
*/
|
||||||
public static char toCloseChar(char c) {
|
public static char toCloseChar(char c) {
|
||||||
|
@ -421,6 +421,7 @@ public class HttpServerResponse extends HttpServerBase {
|
|||||||
* @param length 长度
|
* @param length 长度
|
||||||
* @param contentType 返回的类型
|
* @param contentType 返回的类型
|
||||||
* @param fileName 文件名
|
* @param fileName 文件名
|
||||||
|
* @return this
|
||||||
* @since 5.2.7
|
* @since 5.2.7
|
||||||
*/
|
*/
|
||||||
public HttpServerResponse write(InputStream in, int length, String contentType, String fileName) {
|
public HttpServerResponse write(InputStream in, int length, String contentType, String fileName) {
|
||||||
|
@ -210,6 +210,7 @@ public class JSONConfig implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 设置是否去除末尾多余0,例如如果为true,5.0返回5
|
* 设置是否去除末尾多余0,例如如果为true,5.0返回5
|
||||||
* @param stripTrailingZeros 是否去除末尾多余0,例如如果为true,5.0返回5
|
* @param stripTrailingZeros 是否去除末尾多余0,例如如果为true,5.0返回5
|
||||||
|
* @return this
|
||||||
* @since 5.6.2
|
* @since 5.6.2
|
||||||
*/
|
*/
|
||||||
public JSONConfig setStripTrailingZeros(boolean stripTrailingZeros) {
|
public JSONConfig setStripTrailingZeros(boolean stripTrailingZeros) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user