mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Added owner for file.
This commit is contained in:
parent
0db37cda20
commit
7805a7f8ef
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
package org.springframework.samples.petclinic.owner.rest;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Awadhesh Kumar
|
||||
*
|
||||
*/
|
||||
public class ExistingOwnerForm extends NewOwnerForm{
|
||||
private int id;
|
||||
|
||||
|
|
Loading…
Reference in a new issue