summaryrefslogtreecommitdiffstats
path: root/src/de/fhswf/in/inf/java1/aufgabe8/Lottery6OutOf49.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/fhswf/in/inf/java1/aufgabe8/Lottery6OutOf49.java')
-rw-r--r--src/de/fhswf/in/inf/java1/aufgabe8/Lottery6OutOf49.java2
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);
}