Skip to content

Commit

Permalink
Update Pantry.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyi105 authored Nov 13, 2023
1 parent f300a74 commit da86bbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/seedu/cafectrl/data/Pantry.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ public class Pantry {

private static final Logger logger = Logger.getLogger(CafeCtrl.class.getName());
private final Ui ui;

private ArrayList<Ingredient> pantryStock;

public static final int DEFAULT_ORDER_QTY = 1;
private ArrayList<Ingredient> pantryStock;

//@@author NaychiMin
public Pantry(Ui ui, ArrayList<Ingredient> pantryStock) {
Expand Down

0 comments on commit da86bbe

Please sign in to comment.