Skip to content

Commit

Permalink
Ugchanges (#210)
Browse files Browse the repository at this point in the history
* remove email field

* Remove email field

* Remove phone field

* Remove phone attribute

* Remove phone, email from test  case

* Resolve merge conflicts

* Add API key

* change ug

* change review command message

* fix checkstyle errors

* Update review message
  • Loading branch information
ROHITREDDYBALAM authored and dvrylc committed Nov 12, 2019
1 parent 3ebc9f7 commit 4707c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/seedu/eatme/logic/commands/ReviewCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ public class ReviewCommand extends Command {
+ "by the index number used in the last eatery listing.\n"
+ "Parameters: [index] (must be a positive integer) "
+ PREFIX_DESCRIPTION + " [description] "
+ PREFIX_COST + " [cost per person] "
+ PREFIX_RATING + " [rating] "
+ PREFIX_COST + " [cost per person] (should be less than $10000) "
+ PREFIX_RATING + " [rating] (should be an integer between 0 and 5) "
+ PREFIX_DATE + " [date] (in dd/mm/yyyy format)\n"
+ "Example: " + COMMAND_WORD + " 1 "
+ PREFIX_DESCRIPTION + " Great noodles! "
Expand Down

0 comments on commit 4707c58

Please sign in to comment.