mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Update PetController.java
This commit is contained in:
parent
e25fddcfd2
commit
0b21ab3566
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ import org.springframework.web.servlet.mvc.support.RedirectAttributes;
|
|||
class PetController {
|
||||
|
||||
private static final String VIEWS_PETS_CREATE_OR_UPDATE_FORM = "pets/createOrUpdatePetForm";
|
||||
public String testvar = null;
|
||||
public String tstvar = null;
|
||||
|
||||
private final OwnerRepository owners;
|
||||
|
||||
public PetController(OwnerRepository owners) {
|
||||
|
|
Loading…
Reference in a new issue