Skip to content
Snippets Groups Projects
Commit 7dcae7cc authored by Oscar Utbult's avatar Oscar Utbult Committed by Dave Syer
Browse files

Fix Javadoc error

parent 706c6fc6
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,7 @@ public class Visit extends BaseEntity { ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment