Update README.md

This commit is contained in:
Ilkka Seppälä
2020-08-29 21:51:32 +03:00
parent 3544a8366f
commit 74360a7ecb
2 changed files with 36 additions and 56 deletions

View File

@ -31,8 +31,7 @@ public enum StarType {
RED_GIANT("red giant"),
WHITE_DWARF("white dwarf"),
SUPERNOVA("supernova"),
DEAD("dead star"),
UNDEFINED("");
DEAD("dead star");
private final String title;