diff --git a/NGCC/src/config/Reponse b/NGCC/src/config/Reponse deleted file mode 100644 index 7a5cccd..0000000 --- a/NGCC/src/config/Reponse +++ /dev/null @@ -1,18 +0,0 @@ -package config; - -public class Reponse { - private String intitulé; - private boolean juste= false; - public String getIntitulé() { - return intitulé; - } - public void setIntitulé(String intitulé) { - this.intitulé = intitulé; - } - public boolean isJuste() { - return juste; - } - public void setJuste(boolean juste) { - this.juste = juste; - } -}