variable renamed
This commit is contained in:
@@ -33,7 +33,7 @@ public class WorkOrder implements Delayed {
|
||||
|
||||
public WorkOrder() {
|
||||
|
||||
this.workOrder = ForgeManager.workOrder.incrementAndGet();
|
||||
this.workOrder = ForgeManager.wordOrderCounter.incrementAndGet();
|
||||
this.completionTime = System.currentTimeMillis() + 10000;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user