Comment cleanup

This commit is contained in:
2024-04-25 08:49:59 -04:00
parent adaa521bf5
commit a9dcac0ad7
+1 -1
View File
@@ -29,7 +29,7 @@ import java.util.concurrent.atomic.AtomicInteger;
public enum ForgeManager implements Runnable {
// MB Dev notes:
// Class handles all forge rolling requests for the game.
// Class handles all forge rolling mechanics for the game.
//
// WorkOrders may be submitted from any thread: usually (ItemProductionMsgHandler)
// as concurrency is managed by the same lock used by the warehouse (city.cityTransactionLock)