Skip to content

Commit

Permalink
Resolve checkstyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DextheChik3n committed Nov 12, 2023
1 parent 5de6fc9 commit 6f7526d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/seedu/cafectrl/storage/FileManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.text.ParseException;
import java.util.ArrayList;
import java.util.Scanner;
import java.util.logging.Logger;

//@@author DextheChik3n
/**
* Manage everything related to file such as writing, reading, opening and creating file
Expand Down

0 comments on commit 6f7526d

Please sign in to comment.