fix utf8 text support

This commit is contained in:
JunkJumper 2019-09-23 08:16:02 +02:00
parent df779a87ba
commit 5a1753a2b1

View File

@ -4,7 +4,7 @@ public class Reponse {
private String intitule;
private boolean juste = false;
public String getIntitulé() {
public String getIntitule() {
return intitule;
}