diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2014-11-30 18:31:50 +0100 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2014-11-30 18:31:50 +0100 |
| commit | d37a0c8a1666f100221c3501f2fa66c710035b01 (patch) | |
| tree | a424fb0876b73c83d000300cbbcf3a6c335c095a /src/de/fhswf/in | |
| parent | 77bde510679581b31bf66f6ffc142468b1664671 (diff) | |
| download | Java1-d37a0c8a1666f100221c3501f2fa66c710035b01.tar.gz Java1-d37a0c8a1666f100221c3501f2fa66c710035b01.zip | |
Assignment No.8 fixed a spelling mistake.
Diffstat (limited to 'src/de/fhswf/in')
| -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); } |
