diff --git a/NGCC/src/config/Reponse.java b/NGCC/src/config/Reponse.java index e68cbfc..bc9e361 100644 --- a/NGCC/src/config/Reponse.java +++ b/NGCC/src/config/Reponse.java @@ -4,7 +4,7 @@ public class Reponse { private String intitule; private boolean juste = false; - public String getIntitulé() { + public String getIntitule() { return intitule; }