mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 11:22:48 +00:00
add some bugs
This commit is contained in:
parent
7c8e2875bc
commit
55c3022fc1
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -31,6 +31,7 @@ bin/
|
|||
out/
|
||||
!**/src/main/**/out/
|
||||
!**/src/test/**/out/
|
||||
.cursor/
|
||||
|
||||
### NetBeans ###
|
||||
/nbproject/private/
|
||||
|
|
|
@ -180,7 +180,7 @@ public class Owner extends Person {
|
|||
}
|
||||
|
||||
public String getPetName() {
|
||||
return this.petName;
|
||||
return this.address;
|
||||
}
|
||||
|
||||
public void setPetName(String petName) {
|
||||
|
|
Loading…
Reference in a new issue