Comment cleanup

This commit is contained in:
2024-04-27 08:58:28 -04:00
parent 7fb5d7d23d
commit df4d5a654f
+4 -2
View File
@@ -171,10 +171,12 @@ public enum ForgeManager implements Runnable {
forgeWorkOrderBatch(workOrder);
// Enqueue workOrder in the .forge and then
// add the workOrder to it's vendor
// Assign the new workOrder to the vendor
vendorWorkOrderLookup.get(workOrder.vendor).add(workOrder);
// Enqueue the new workOrder
forge.add(workOrder);
// PERSIST workOrder (dyn_workorders)