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