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