Skip to content

Commit

Permalink
Added new Prefix in ViewCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
sheryew committed Oct 19, 2023
1 parent 84bec0d commit b2c5fd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class ViewCommand extends Command {
+ "Allowed Formats: n/, a/, e/, p/, s/, b/, d/, dob/.\n"
+ "Example: view n/1,2";
public static final String EXCESS_PREFIX = "Kindly input only one prefix.\n"
+ "Allowed Format: n/, a/, e/, p/, s/, b/, dob/.\n"
+ "Allowed Format: n/, a/, e/, p/, s/, b/, d/, dob/.\n"
+ "Example: view n/1,2";

public final HashMap<String, List<Index>> references;
Expand Down

0 comments on commit b2c5fd9

Please sign in to comment.