Skip to content

Commit 11b5b5c

Browse files
committed
java project
1 parent f20af8b commit 11b5b5c

File tree

9 files changed

+3
-3
lines changed

9 files changed

+3
-3
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
34 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

.gradle/file-system.probe

0 Bytes
Binary file not shown.

.idea/leetcode/statistics.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java-weeklyReport/src/main/java/org/cp/reportTemplate/CreateWeeklyReportTemplate.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
public class CreateWeeklyReportTemplate {
1111

1212
public static void main(String[] args) {
13-
new CreateWeeklyReportTemplate().create(LocalDate.of(2022,9,1));
13+
new CreateWeeklyReportTemplate().create(LocalDate.of(2022,10,8));
1414
}
1515

1616
public void create(LocalDate start) {
@@ -49,7 +49,7 @@ public void create(LocalDate start) {
4949
System.out.println("### 总结");
5050
System.out.println("1. ");
5151
System.out.println("---");
52-
System.out.println("");
52+
System.out.println();
5353
}
5454

5555
System.out.println("-------------------------------------------");

0 commit comments

Comments
 (0)