Work after Sonarcloud
This commit is contained in:
parent
61be0e82e5
commit
0a97629aa5
25 changed files with 256 additions and 503 deletions
|
|
@ -20,7 +20,7 @@ public enum FactType {
|
|||
|
||||
public static FactType getEnum(String factType) {
|
||||
for (FactType type : FactType.values()) {
|
||||
if (type.name().equals(type))
|
||||
if (type.name().equals(factType))
|
||||
return type;
|
||||
}
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue