From 5a1753a2b14e82cca9ab4dd1c5c2da62ea73efec Mon Sep 17 00:00:00 2001 From: JunkJumper Date: Mon, 23 Sep 2019 08:16:02 +0200 Subject: [PATCH] fix utf8 text support --- NGCC/src/config/Reponse.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }