We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77cdf36 commit 4995e53Copy full SHA for 4995e53
2 files changed
common/src/main/java/pro/tools/data/decimal/Decimal.java
@@ -18,7 +18,7 @@ public class Decimal extends Number {
18
19
//region 全局变量
20
21
- private volatile BigDecimal bigDecimal;
+ private BigDecimal bigDecimal;
22
private static MathContext defaultMathContext = MathContext.DECIMAL64;
23
private final MathContext mathContext;
24
common/src/main/java/pro/tools/time/DatePlus.java
@@ -15,7 +15,7 @@ public class DatePlus {
15
/**
16
* 日期对象
17
*/
- private volatile LocalDateTime localDateTime;
+ private LocalDateTime localDateTime;
//region 初始化区域
public DatePlus() {
0 commit comments