mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-23 06:42:35 +00:00
Merge pull request #519 from nsacyber/issue-ignorehexcase
Updated ComponentClass TypeId equals
This commit is contained in:
commit
7445f2fb23
@ -252,7 +252,7 @@ public class ComponentClass {
|
||||
for (Member member : components) {
|
||||
typeID = verifyComponentValue(member.getName());
|
||||
|
||||
if (component.equals(typeID)) {
|
||||
if (component.equalsIgnoreCase(typeID)) {
|
||||
componentStr = member.getValue().asString();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user