comment cleanup
This commit is contained in:
@@ -56,7 +56,7 @@ public enum ForgeManager implements Runnable {
|
|||||||
// workOrders are popped and processed when their completion time has passed.
|
// workOrders are popped and processed when their completion time has passed.
|
||||||
//
|
//
|
||||||
// workOrders can be enqueued from any thread such as from a db handler
|
// workOrders can be enqueued from any thread such as from a db handler
|
||||||
// however the interface is .submit(workOrder).
|
// however the game's interface should always be .submit(workOrder).
|
||||||
|
|
||||||
try {
|
try {
|
||||||
workOrder = forge.take();
|
workOrder = forge.take();
|
||||||
|
|||||||
Reference in New Issue
Block a user