Update PetController.java

This commit is contained in:
Helmi Sahli 2024-03-27 18:24:14 +01:00 committed by GitHub
parent f9eb9c97a3
commit d3f7b37e2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ 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;
private final OwnerRepository owners;
public PetController(OwnerRepository owners) {