Skip to content

Commit

Permalink
Add Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
potaotototo committed Nov 2, 2024
1 parent eb34218 commit 6c9358f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/tuteez/logic/Messages.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ public static String format(Person person) {
return builder.toString();
}

/**
* Formats the person's {@code name} for display to the user.
*/
public static String formatPersonName(Person person) {
final StringBuilder builder = new StringBuilder();
builder.append(person.getName());
Expand Down

0 comments on commit 6c9358f

Please sign in to comment.