Skip to content

Commit

Permalink
Rename storage file
Browse files Browse the repository at this point in the history
Renaming storage file to something more specific prevent conflicts
with data filenames used by
other similar programs.
  • Loading branch information
macareonie committed Feb 18, 2024
1 parent ff5dfe0 commit 1e14dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tsundere/task/Storage.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
public class Storage {

private static final String FILEPATH = "./data/data.txt";
private static final String FILEPATH = "./data/tsunderedata.txt";

/**
* Initializes Storage.
Expand Down

0 comments on commit 1e14dbb

Please sign in to comment.