Skip to content

Commit 2a2ef67

Browse files
author
zhangrongfan
committed
Try to fix
1 parent 5fb0996 commit 2a2ef67

File tree

1 file changed

+1
-1
lines changed
  • mybatis-boost-core/src/main/java/cn/mybatisboost/support

1 file changed

+1
-1
lines changed

mybatis-boost-core/src/main/java/cn/mybatisboost/support/Property.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ private Property() {
1313
}
1414

1515
private Property(T value) {
16-
this.value = Objects.requireNonNull(value);
16+
this.value = value;
1717
}
1818

1919
public static <T> Property<T> of(T value) {

0 commit comments

Comments
 (0)