Fix Javadoc error

This commit is contained in:
Oscar Utbult 2016-11-30 20:43:32 +01:00 committed by Dave Syer
parent 706c6fc647
commit 7dcae7cc86

View file

@ -115,7 +115,7 @@ public class Visit extends BaseEntity {
/** /**
* Setter for property pet id. * 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) { public void setPetId(Integer petId) {
this.petId = petId; this.petId = petId;