summaryrefslogtreecommitdiffstats
path: root/src/de/fhswf/in/inf/java1/aufgabe8
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2014-11-30 18:31:50 +0100
committerStefan Suhren <suhren.stefan@fh-swf.de>2014-11-30 18:31:50 +0100
commitd37a0c8a1666f100221c3501f2fa66c710035b01 (patch)
treea424fb0876b73c83d000300cbbcf3a6c335c095a /src/de/fhswf/in/inf/java1/aufgabe8
parent77bde510679581b31bf66f6ffc142468b1664671 (diff)
downloadJava1-d37a0c8a1666f100221c3501f2fa66c710035b01.tar.gz
Java1-d37a0c8a1666f100221c3501f2fa66c710035b01.zip
Assignment No.8 fixed a spelling mistake.
Diffstat (limited to 'src/de/fhswf/in/inf/java1/aufgabe8')
-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);
}