Ajout d'un } pour fixer les erreurs
This commit is contained in:
parent
d58f3f9f24
commit
d9a7b1c532
@ -8,6 +8,7 @@ public class Joueur {
|
||||
public Joueur() {
|
||||
this.nom = null;
|
||||
this.couleur = null;
|
||||
}
|
||||
|
||||
public Joueur(String n, String c) {
|
||||
nom = n;
|
||||
|
Loading…
x
Reference in New Issue
Block a user