Comment cleanup
This commit is contained in:
@@ -32,13 +32,11 @@ import java.util.concurrent.TimeUnit;
|
|||||||
public class WorkOrder implements Delayed {
|
public class WorkOrder implements Delayed {
|
||||||
|
|
||||||
// MB Dev notes:
|
// MB Dev notes:
|
||||||
// Class defines a Forge rolling request made through a
|
// Class defines a Forge rolling request made through a vendor
|
||||||
// vendor; then passed to the ForgeManager singleton
|
// interaction; submitted to the ForgeManager singleton for completion.
|
||||||
// for completion.
|
|
||||||
//
|
//
|
||||||
// A workOrder once created will last until all items are
|
// A workOrder once created will last until all items are either
|
||||||
// either completed or junked. They are persisted in the
|
// completed or junked. They are persisted in the table dyn_workorders.
|
||||||
// table dyn_workorders.
|
|
||||||
|
|
||||||
public int workOrderID;
|
public int workOrderID;
|
||||||
public NPC vendor;
|
public NPC vendor;
|
||||||
|
|||||||
Reference in New Issue
Block a user