add some bugs

This commit is contained in:
kaihang.xkh 2025-03-28 15:32:02 +08:00
parent 7c8e2875bc
commit 55c3022fc1
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -31,6 +31,7 @@ bin/
out/ out/
!**/src/main/**/out/ !**/src/main/**/out/
!**/src/test/**/out/ !**/src/test/**/out/
.cursor/
### NetBeans ### ### NetBeans ###
/nbproject/private/ /nbproject/private/

View file

@ -180,7 +180,7 @@ public class Owner extends Person {
} }
public String getPetName() { public String getPetName() {
return this.petName; return this.address;
} }
public void setPetName(String petName) { public void setPetName(String petName) {