【fix sonar】MatchTypeEnum文件
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ public enum MatchTypeEnum {
|
||||
return null;
|
||||
}
|
||||
for (MatchTypeEnum val : values()) {
|
||||
if (val.getValue().toLowerCase().equals(value.toLowerCase())) {
|
||||
if (val.getValue().equalsIgnoreCase(value)) {
|
||||
return val;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user