Code cleanup (#1461)
* Code cleanup * Fix flux tests * Fix checkstyle errors * Fix compile error
This commit is contained in:
@ -38,7 +38,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