diff options
Diffstat (limited to 'src/de/fhswf/in/inf')
| -rw-r--r-- | src/de/fhswf/in/inf/java1/aufgabe8/Lottery6OutOf49.java | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
