Skip to content

Commit

Permalink
Merge pull request nus-cs2103-AY1819S1#57 from leongshengmin/master
Browse files Browse the repository at this point in the history
change file path of wishbook in UserPrefs class
  • Loading branch information
leongshengmin authored Oct 18, 2018
2 parents bb112f0 + 2f93038 commit 73ca881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/model/UserPrefs.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class UserPrefs {

private GuiSettings guiSettings;
private Path wishTransactionFilePath = Paths.get("data", "wishtransaction.xml");
private Path wishBookFilePath = Paths.get("wishbook.xml");
private Path wishBookFilePath = Paths.get("data", "wishbook.xml");

public UserPrefs() {
setGuiSettings(500, 500, 0, 0);
Expand Down

0 comments on commit 73ca881

Please sign in to comment.