Skip to content

Commit 686e43b

Browse files
author
zhangrongfan
committed
Fix handler
1 parent 8c1d2f3 commit 686e43b

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
@@ -96,7 +96,7 @@ public String toString() {
9696
", license='" + license + '\'' +
9797
", scm='" + scm + '\'' +
9898
", developer='" + developer + '\'' +
99-
", website=" + website.get() +
99+
", website=" + website +
100100
'}';
101101
}
102102
}

0 commit comments

Comments
 (0)