Skip to content

Commit

Permalink
removed unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rexkoh425 committed Sep 24, 2024
1 parent b631334 commit 74efd37
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main/java/TheThinker/File/NewFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@
import java.io.FileWriter;
import java.io.File;
import java.io.FileNotFoundException;
import java.net.URISyntaxException;
import java.util.Objects;
import java.util.Scanner;
import java.io.IOException;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.net.URISyntaxException;


public class NewFile {

Expand Down

0 comments on commit 74efd37

Please sign in to comment.