Skip to content

Commit

Permalink
Remove duplicate line in ModelManager
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsieu committed Nov 2, 2021
1 parent 955f192 commit 72762fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/seedu/address/model/ModelManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ public Path getAddressBookFilePath() {
public void setAddressBookFilePath(Path addressBookFilePath) {
requireNonNull(addressBookFilePath);
userPrefs.setAddressBookFilePath(addressBookFilePath);
userPrefs.setAddressBookFilePath(addressBookFilePath);
}

//=========== AddressBook ================================================================================
Expand Down

0 comments on commit 72762fa

Please sign in to comment.