This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch v2 in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git
commit 1ea92927d195a627d66952283eee17c270ac9c33 Author: Dan Haywood <[email protected]> AuthorDate: Wed May 22 09:56:58 2024 +0100 Corrects the names of the .pdf files. --- .../modules/petowner/fixture/PetOwner_persona.java | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/module-petowner/src/main/java/domainapp/modules/petowner/fixture/PetOwner_persona.java b/module-petowner/src/main/java/domainapp/modules/petowner/fixture/PetOwner_persona.java index 62c4fa8..9c998ad 100644 --- a/module-petowner/src/main/java/domainapp/modules/petowner/fixture/PetOwner_persona.java +++ b/module-petowner/src/main/java/domainapp/modules/petowner/fixture/PetOwner_persona.java @@ -30,16 +30,16 @@ import domainapp.modules.petowner.dom.petowner.PetOwner; public enum PetOwner_persona implements Persona<PetOwner, PetOwner_persona.Builder> { - JAMAL("Jamal Washington", "Jamal.pdf"), - CAMILA("Camila González", "Camila.pdf"), - ARJUN("Arjun Patel", "Arjun.pdf"), - NIA("Nia Robinson", "Nia.pdf"), - OLIVIA("Olivia Hartman", "Olivia.pdf"), - LEILA("Leila Hassan", "Leila.pdf"), - MATT("Matt Miller", "Matt.pdf"), - BENJAMIN("Benjamin Thatcher", "Benjamin.pdf"), - JESSICA("Jessica Raynor", "Jessica.pdf"), - DANIEL("Daniel Keating", "Daniel.pdf"); + JAMAL("Jamal Washington", "jamal.pdf"), + CAMILA("Camila González", "camila.pdf"), + ARJUN("Arjun Patel", "arjun.pdf"), + NIA("Nia Robinson", "nia.pdf"), + OLIVIA("Olivia Hartman", "olivia.pdf"), + LEILA("Leila Hassan", "leila.pdf"), + MATT("Matt Miller", "matt.pdf"), + BENJAMIN("Benjamin Thatcher", "benjamin.pdf"), + JESSICA("Jessica Raynor", "jessica.pdf"), + DANIEL("Daniel Keating", "daniel.pdf"); private final String name; private final String contentFileName;
