fix: last-name to upper case

This commit is contained in:
2024-08-03 17:12:03 +02:00
parent a57492ac19
commit b766525000
5 changed files with 13 additions and 4 deletions

View File

@@ -1,7 +1,10 @@
package fr.titionfire.ffsaf.utils;
import io.quarkus.runtime.annotations.RegisterForReflection;
import java.util.ResourceBundle;
@RegisterForReflection
public enum Categorie {
SUPER_MINI,
MINI_POUSSIN,

View File

@@ -1,5 +1,8 @@
package fr.titionfire.ffsaf.utils;
import io.quarkus.runtime.annotations.RegisterForReflection;
@RegisterForReflection
public enum Genre {
H("Homme"),
F("Femme"),

View File

@@ -1,5 +1,8 @@
package fr.titionfire.ffsaf.utils;
import io.quarkus.runtime.annotations.RegisterForReflection;
@RegisterForReflection
public enum GradeArbitrage {
NA("N/A"),
ASSESSEUR("Assesseur"),