Skip to content

Commit

Permalink
Merge pull request #2923 from rever67697/master
Browse files Browse the repository at this point in the history
Update WriteTest.java
  • Loading branch information
zhuangjiaju authored Feb 10, 2023
2 parents fc3807c + f47fb7f commit 526629f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -742,8 +742,8 @@ private List<List<Object>> dataList() {
for (int i = 0; i < 10; i++) {
List<Object> data = ListUtils.newArrayList();
data.add("字符串" + i);
data.add(new Date());
data.add(0.56);
data.add(new Date());
list.add(data);
}
return list;
Expand Down

0 comments on commit 526629f

Please sign in to comment.