Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
looly committed Aug 26, 2021
1 parent 5488526 commit ea976bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hutool-json/src/main/java/cn/hutool/json/JSONConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ public JSONConfig setTransientSupport(boolean transientSupport) {

/**
* 是否去除末尾多余0,例如如果为true,5.0返回5
*
* @return 是否去除末尾多余0,例如如果为true,5.0返回5
* @since 5.6.2
*/
Expand All @@ -184,6 +185,7 @@ public boolean isStripTrailingZeros() {

/**
* 设置是否去除末尾多余0,例如如果为true,5.0返回5
*
* @param stripTrailingZeros 是否去除末尾多余0,例如如果为true,5.0返回5
* @return this
* @since 5.6.2
Expand Down

0 comments on commit ea976bc

Please sign in to comment.