Skip to content

Commit

Permalink
make helper extract method private
Browse files Browse the repository at this point in the history
  • Loading branch information
mickey-ng committed Mar 1, 2023
1 parent 241420c commit f359e50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void save(MultipartFile file) {
}
}

public void extractGZip(File inputFile) {
private void extractGZip(File inputFile) {
try {
TarArchiveInputStream tarInput = new TarArchiveInputStream(new GZIPInputStream(new FileInputStream(inputFile)));

Expand Down

0 comments on commit f359e50

Please sign in to comment.