Skip to content

Commit

Permalink
Merge pull request #169 from linyimin0812/refactor/20240707_remove_us…
Browse files Browse the repository at this point in the history
…eless_statement_1

refactor: remove useless import statement
  • Loading branch information
linyimin0812 committed Jul 7, 2024
2 parents 08703ec + 5c48e7f commit 50f6211
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.StringWriter;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Path;
Expand Down Expand Up @@ -117,7 +116,7 @@ private static void writeBeanInitResultListToCsv() {
try {
printToCsv(printer, beanInitResult);
} catch (IOException e) {
e.printStackTrace();
startupLogger.error(IocContainer.class, e);
}
});
}
Expand Down

0 comments on commit 50f6211

Please sign in to comment.