Task 1
Edit the format of the parameters in both UG and exception message of edit, find, delete. Follow this format
delete {[n/NAME] | [p/PHONE] | [e/EMAIL]} means exactly 1
delete {[n/NAME] | [p/PHONE] | [e/EMAIL]}+ means at least 1
Task 2
Edit the exception message of massReject
put "Accepted" instead of accepted for better clarity
Task 1 Edit the format of the parameters in both UG and exception message of edit, find, delete. Follow this format
delete {[n/NAME] | [p/PHONE] | [e/EMAIL]}
means exactly 1delete {[n/NAME] | [p/PHONE] | [e/EMAIL]}+
means at least 1Task 2 Edit the exception message of massReject put
"Accepted"
instead ofaccepted
for better clarity