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();
|
ajouterEditeurs();
|
||||||
ajouterPlateformes();
|
ajouterPlateformes();
|
||||||
ajouterJeux();
|
ajouterJeux();
|
||||||
ajouteurJoueurs();
|
ajouterJoueurs();
|
||||||
afficherStatistiques();
|
afficherStatistiques();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -186,7 +186,7 @@ public class AjoutDonneesInitiales {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ajouteurJoueurs() {
|
private void ajouterJoueurs() {
|
||||||
Random random = new Random();
|
Random random = new Random();
|
||||||
List<String> pseudos = List.of(
|
List<String> pseudos = List.of(
|
||||||
"Justine",
|
"Justine",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue