Comment cleanup

This commit is contained in:
2024-04-25 09:22:50 -04:00
parent a3a30f3f8a
commit 9850b54981
3 changed files with 20 additions and 7 deletions
@@ -210,7 +210,7 @@ public class dbWarehouseHandler extends dbHandlerBase {
// Submit the new workOrders to the ForgeManager
for (WorkOrder workOrder : submitList) {
workOrder.workOrderID = ForgeManager.wordOrderCounter.incrementAndGet();
workOrder.workOrderID = ForgeManager.workOrderCounter.incrementAndGet();
ForgeManager.vendorWorkOrderLookup.get(workOrder.vendor).add(workOrder);
// If workorder is not yet complete process it