Ajout d'un } pour fixer les erreurs

This commit is contained in:
rc804998 2019-04-02 16:20:11 +02:00
parent d58f3f9f24
commit d9a7b1c532

View File

@ -8,6 +8,7 @@ public class Joueur {
public Joueur() {
this.nom = null;
this.couleur = null;
}
public Joueur(String n, String c) {
nom = n;