From d37a0c8a1666f100221c3501f2fa66c710035b01 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Sun, 30 Nov 2014 18:31:50 +0100 Subject: Assignment No.8 fixed a spelling mistake. --- src/de/fhswf/in/inf/java1/aufgabe8/Lottery6OutOf49.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/de/fhswf/in/inf/java1/aufgabe8') diff --git a/src/de/fhswf/in/inf/java1/aufgabe8/Lottery6OutOf49.java b/src/de/fhswf/in/inf/java1/aufgabe8/Lottery6OutOf49.java index fbe150a..3342ebd 100644 --- a/src/de/fhswf/in/inf/java1/aufgabe8/Lottery6OutOf49.java +++ b/src/de/fhswf/in/inf/java1/aufgabe8/Lottery6OutOf49.java @@ -59,7 +59,7 @@ public class Lottery6OutOf49 { if (lastDraw == null) { - throw new IllegalStateException("First needs a sraw."); + throw new IllegalStateException("First needs a draw."); } return Collections.unmodifiableList(lastDraw); } -- cgit v1.2.3-70-g09d2