Skip to content

Commit a9b68a4

Browse files
author
zhangrongfan
committed
Fix NPE
1 parent b6d85d4 commit a9b68a4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

mybatis-boost-test/src/main/java/cn/mybatisboost/test/Project.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class Project {
1010
private String license;
1111
private String scm;
1212
private String developer;
13-
private Property<Website> website;
13+
private Property<Website> website = Property.empty();
1414

1515
public Project() {
1616
}

0 commit comments

Comments
 (0)