mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-04-18 08:10:14 +00:00
v3_issue_896: my copy/paste skills need work. Fixed the issue that was causing the docker tests to fail.
This commit is contained in:
parent
199608ad0f
commit
dc08e1c9ac
@ -96,7 +96,7 @@ public class ComponentInfo extends ArchivableEntity {
|
||||
log.error("Component Info's manufacturer cannot be null.");
|
||||
this.componentManufacturer = "";
|
||||
} else {
|
||||
this.componentManufacturer = componentModel.trim();
|
||||
this.componentManufacturer = componentManufacturer.trim();
|
||||
}
|
||||
|
||||
if (componentModel == null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user