Skip to content

Commit

Permalink
fix: setter in enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Nov 30, 2023
1 parent 83780d2 commit bb0981b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ public String getNom() {
return nom;
}

public void setNom(String nom) {
this.nom = nom;
}

public static TypeChargement getEnum(String code) throws ArcException {

List<TypeChargement> filtered = Arrays.asList(TypeChargement.values()).stream()
Expand Down

0 comments on commit bb0981b

Please sign in to comment.