mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-28 05:49:37 +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/
|
out/
|
||||||
!**/src/main/**/out/
|
!**/src/main/**/out/
|
||||||
!**/src/test/**/out/
|
!**/src/test/**/out/
|
||||||
|
.cursor/
|
||||||
|
|
||||||
### NetBeans ###
|
### NetBeans ###
|
||||||
/nbproject/private/
|
/nbproject/private/
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue