Code cleanup
This commit is contained in:
@@ -31,7 +31,7 @@ public enum StarType {
|
||||
SUN("sun"), RED_GIANT("red giant"), WHITE_DWARF("white dwarf"), SUPERNOVA("supernova"), DEAD(
|
||||
"dead star"), UNDEFINED("");
|
||||
|
||||
private String title;
|
||||
private final String title;
|
||||
|
||||
StarType(String title) {
|
||||
this.title = title;
|
||||
|
Reference in New Issue
Block a user