Fix Javadoc error

This commit is contained in:
Oscar Utbult 2016-11-30 20:43:32 +01:00
parent cb3156efb2
commit dda0fdd824

View 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;