Minor class cleanup

This commit is contained in:
2024-04-08 16:58:07 -04:00
parent 5650c0f05a
commit b84de95865
+1 -1
View File
@@ -54,7 +54,7 @@ public class WorkOrder implements Delayed {
} }
public String toString() { public String toString() {
String outSTring = "wordOrderID: " + this.workOrderID + "\r\n" + String outSTring = "\r\nwordOrderID: " + this.workOrderID + "\r\n" +
"vendor: " + this.vendor.getObjectUUID() + "\r\n" + "vendor: " + this.vendor.getObjectUUID() + "\r\n" +
"slotCount: " + this.slotCount + "\r\n" + "slotCount: " + this.slotCount + "\r\n" +
"total_to_produce: " + this.total_to_produce + "\r\n" + "total_to_produce: " + this.total_to_produce + "\r\n" +