mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix code
This commit is contained in:
parent
548852670c
commit
ea976bc25b
@ -175,6 +175,7 @@ public class JSONConfig implements Serializable {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 是否去除末尾多余0,例如如果为true,5.0返回5
|
* 是否去除末尾多余0,例如如果为true,5.0返回5
|
||||||
|
*
|
||||||
* @return 是否去除末尾多余0,例如如果为true,5.0返回5
|
* @return 是否去除末尾多余0,例如如果为true,5.0返回5
|
||||||
* @since 5.6.2
|
* @since 5.6.2
|
||||||
*/
|
*/
|
||||||
@ -184,6 +185,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
|
* @return this
|
||||||
* @since 5.6.2
|
* @since 5.6.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user