Skip to content

Commit

Permalink
Make requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cambrian-dk committed Nov 4, 2019
1 parent 068c30d commit 8abbf41
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -71,7 +71,7 @@ public TransactionAddCommand parse(String args) throws ParseException {
List<String> categoriesList = argMultiMap.getAllValues(PREFIX_CATEGORY);
Set<Category> categoriesSet = new HashSet<>();
for (String c : categoriesList) {
categoriesSet.add(new Category(c));
categoriesSet.add(CommandParserUtil.parseCategory(c));
}

/**
Expand Down

0 comments on commit 8abbf41

Please sign in to comment.