Skip to content

Commit

Permalink
Merge pull request #184 from Andrew22Teoh/ImproveViewCommand
Browse files Browse the repository at this point in the history
Add undocumented behaviour into javadoc comment
  • Loading branch information
liauzhanyi authored Nov 4, 2024
2 parents f27fa32 + 2a83a6a commit 933ecca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/seedu/address/ui/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ private void setWindowDefaultSize(GuiSettings guiSettings) {

/**
* Updates the displayed person list for the user.
* Will only be called if {@code indexToView} is not empty.
*/
@FXML
public void handleView(Optional<Index> indexToView) {
Expand Down

0 comments on commit 933ecca

Please sign in to comment.