fix: last-name to upper case
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
package fr.titionfire.ffsaf.utils;
|
||||
|
||||
import io.quarkus.runtime.annotations.RegisterForReflection;
|
||||
|
||||
@RegisterForReflection
|
||||
public enum Genre {
|
||||
H("Homme"),
|
||||
F("Femme"),
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
package fr.titionfire.ffsaf.utils;
|
||||
|
||||
import io.quarkus.runtime.annotations.RegisterForReflection;
|
||||
|
||||
@RegisterForReflection
|
||||
public enum GradeArbitrage {
|
||||
NA("N/A"),
|
||||
ASSESSEUR("Assesseur"),
|
||||
|
||||
Reference in New Issue
Block a user