Skip to content

Commit

Permalink
Prefix#toString(): annotate with @Override
Browse files Browse the repository at this point in the history
  • Loading branch information
pyokagan authored and damithc committed Jun 16, 2023
1 parent 8e5261b commit 9356ae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/seedu/address/logic/parser/Prefix.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public String getPrefix() {
return prefix;
}

@Override
public String toString() {
return getPrefix();
}
Expand Down

0 comments on commit 9356ae9

Please sign in to comment.