mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-09-05 12:17:00 +00:00
Update README.md
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user