mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -175,6 +175,7 @@ public class JSONConfig implements Serializable {
|
||||
|
||||
/**
|
||||
* 是否去除末尾多余0,例如如果为true,5.0返回5
|
||||
*
|
||||
* @return 是否去除末尾多余0,例如如果为true,5.0返回5
|
||||
* @since 5.6.2
|
||||
*/
|
||||
@@ -184,6 +185,7 @@ public class JSONConfig implements Serializable {
|
||||
|
||||
/**
|
||||
* 设置是否去除末尾多余0,例如如果为true,5.0返回5
|
||||
*
|
||||
* @param stripTrailingZeros 是否去除末尾多余0,例如如果为true,5.0返回5
|
||||
* @return this
|
||||
* @since 5.6.2
|
||||
|
Reference in New Issue
Block a user