forked from denyskon/info-java
revert 2694e7b7b056a9ace4c40bab3c6713556a8b4d90
revert fix cleanup
This commit is contained in:
parent
2416f27d17
commit
5bc96cfa36
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user