From 88c2ca8dcc9e5351d34fa9110434ab7fd01e88af Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Thu, 13 Nov 2014 22:56:15 +0100 Subject: Assignment No.7 now with english comments --- src/de/fhswf/in/inf/java1/aufgabe7/Simulation.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/de/fhswf/in/inf/java1/aufgabe7/Simulation.java') diff --git a/src/de/fhswf/in/inf/java1/aufgabe7/Simulation.java b/src/de/fhswf/in/inf/java1/aufgabe7/Simulation.java index 1b42f69..71e23a0 100644 --- a/src/de/fhswf/in/inf/java1/aufgabe7/Simulation.java +++ b/src/de/fhswf/in/inf/java1/aufgabe7/Simulation.java @@ -27,7 +27,7 @@ public final class Simulation * * @param anzahl * How often the game will be run. - * @return Gewonnene Spiele. + * @return Victory count */ private static int nDurchlaufeAusfuehren(Spiel spiel, Spieler spieler, int anzahl) @@ -65,8 +65,8 @@ public final class Simulation public static void main(String[] args) { - Spieler[] spieler = { new GleichSpieler(), new WechselSpieler(), - new ZufallsSpieler(0.5) }; + Spieler[] spieler = {new GleichSpieler(), new WechselSpieler(), + new ZufallsSpieler(0.5)}; Spiel spiel = new Spiel(); -- cgit v1.2.3-70-g09d2