sonar refactorings
This commit is contained in:
@@ -30,7 +30,7 @@ public enum Sound {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
public String value() {
|
||||
public String get() {
|
||||
return this.value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user