Skip to content

Commit

Permalink
Remove empty comment in Storage.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Chang Jia Jie committed Feb 22, 2022
1 parent 2e40a4a commit 31bfaa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/siri/Storage.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public ArrayList<Task> load() throws InvalidInputException {

public void save(ArrayList<Task> tasks) throws InvalidInputException {
try {
//
File file = new File(filePath);
file.getParentFile().mkdirs();
BufferedWriter bw = new BufferedWriter(new FileWriter(file));
Expand Down

0 comments on commit 31bfaa0

Please sign in to comment.