mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
Fix Javadoc error
This commit is contained in:
parent
706c6fc647
commit
7dcae7cc86
1 changed files with 1 additions and 1 deletions
2
src/main/java/org/springframework/samples/petclinic/visit/Visit.java
Normal file → Executable file
2
src/main/java/org/springframework/samples/petclinic/visit/Visit.java
Normal file → Executable file
|
@ -115,7 +115,7 @@ public class Visit extends BaseEntity {
|
|||
/**
|
||||
* Setter for property pet id.
|
||||
*
|
||||
* @param pet New value of property pet id.
|
||||
* @param petId New value of property pet id.
|
||||
*/
|
||||
public void setPetId(Integer petId) {
|
||||
this.petId = petId;
|
||||
|
|
Loading…
Reference in a new issue