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 5f0ee193e1b885cd967dcddb475dd2f699d53dfa
Author: Dan Haywood <[email protected]>
AuthorDate: Sun May 26 13:40:59 2024 +0100

    adds PetSpecies enum
---
 .../main/java/domainapp/modules/petowner/dom/pet/PetSpecies.java  | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git 
a/module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/PetSpecies.java
 
b/module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/PetSpecies.java
new file mode 100644
index 0000000..0d70f9f
--- /dev/null
+++ 
b/module-petowner/src/main/java/domainapp/modules/petowner/dom/pet/PetSpecies.java
@@ -0,0 +1,8 @@
+package domainapp.modules.petowner.dom.pet;
+
+public enum PetSpecies {
+    Dog,
+    Cat,
+    Hamster,
+    Budgerigar,
+}

Reply via email to