AjouteurJoueur -> AjouterJoueur
This commit is contained in:
parent
1b10a49685
commit
b4218b9e4c
1 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ public class AjoutDonneesInitiales {
|
|||
ajouterEditeurs();
|
||||
ajouterPlateformes();
|
||||
ajouterJeux();
|
||||
ajouteurJoueurs();
|
||||
ajouterJoueurs();
|
||||
afficherStatistiques();
|
||||
}
|
||||
|
||||
|
|
@ -186,7 +186,7 @@ public class AjoutDonneesInitiales {
|
|||
}
|
||||
}
|
||||
|
||||
private void ajouteurJoueurs() {
|
||||
private void ajouterJoueurs() {
|
||||
Random random = new Random();
|
||||
List<String> pseudos = List.of(
|
||||
"Justine",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue