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:
ThatSilentCoder 2025-03-24 13:19:02 -04:00
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) {