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