revert 2694e7b7b056a9ace4c40bab3c6713556a8b4d90

revert fix cleanup
This commit is contained in:
Igor Bartkowski 2024-10-18 15:21:05 +02:00
parent 2416f27d17
commit 5bc96cfa36
9 changed files with 1 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -3,7 +3,7 @@ import java.util.ArrayList;
public class StorageManager {
private ArrayList<Product> storageProducts;
public StorageManager() {
this.storageProducts = new ArrayList<Product>();
this.storageProducts = new ArrayList<Product>;
}
public void addProduct(Product product) {
this.storageProducts.add(product);

Binary file not shown.

@ -1,5 +1,4 @@
import java.util.Scanner;
import java.util.ArrayList;
public class TechStore {
public static void p(String input) {