Comment cleanup

This commit is contained in:
2024-04-25 09:02:52 -04:00
parent 4d0018b176
commit a3a30f3f8a
+1 -1
View File
@@ -35,7 +35,7 @@ public enum ForgeManager implements Runnable {
// as concurrency is managed by the same lock used by the warehouse (city.cityTransactionLock) // as concurrency is managed by the same lock used by the warehouse (city.cityTransactionLock)
// WorkOrders are persisted then reconstituted at bootstrap from table dyn.workorders // WorkOrders are persisted then reconstituted at bootstrap from table dyn.workorders
// //
// p.s. this class replaces garbage that looked like it was written by a crack head. // p.s. replaces garbage code that looked like it was written by a crack head with face boils.
FORGE_MANAGER; FORGE_MANAGER;