Skip to content

Commit

Permalink
Merge pull request #183 from kab-dot/ug-fixes-for-v1.4
Browse files Browse the repository at this point in the history
UG fixes for v1.4
  • Loading branch information
kinjalagarwal1810 authored Apr 14, 2024
2 parents eaa1d5e + 258e822 commit 2196757
Show file tree
Hide file tree
Showing 10 changed files with 136 additions and 98 deletions.
232 changes: 136 additions & 96 deletions docs/UserGuide.md

Large diffs are not rendered by default.

Binary file modified docs/images/Ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/additem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/addmem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/addmempts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/addorders.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/delitem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/find.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/redeempts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ public AddItemCommand(Item item) {
requireNonNull(item);
toAdd = item;
}


@Override
public CommandResult execute(Model model) throws CommandException {
requireNonNull(model);
Expand Down

0 comments on commit 2196757

Please sign in to comment.