Skip to content
Prev Previous commit
Next Next commit
push new change to finished branch
  • Loading branch information
Russel-JX committed Dec 4, 2021
commit cbb2f2c7b3a79a7f4399a9ea6d15898626e4c131
1 change: 1 addition & 0 deletions src/main/java/lambdasinaction/my/GreatDay.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
public class GreatDay {
private String address;
private boolean gender;
private String body;
}