This commit is contained in:
Looly 2021-08-26 17:28:46 +08:00
parent 548852670c
commit ea976bc25b

View File

@ -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