make fields final in DistributionEnum
This commit is contained in:
parent
fd22eff6cb
commit
1bed4f0c49
@ -16,8 +16,8 @@ public enum DistributionEnum {
|
||||
FEDORA("fedora", new FedoraDistribution()),
|
||||
;
|
||||
|
||||
private String name;
|
||||
private Distribution distributionConstructor;
|
||||
private final String name;
|
||||
private final Distribution distributionConstructor;
|
||||
|
||||
/**
|
||||
* Contructor for enums
|
||||
|
Loading…
Reference in New Issue
Block a user