Skip to content

Commit

Permalink
Executed spotless #2505
Browse files Browse the repository at this point in the history
  • Loading branch information
lorriborri committed Oct 13, 2023
1 parent b61d0ce commit 777f83c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
package com.mercedesbenz.sechub.xraywrapper.util;

import com.mercedesbenz.sechub.xraywrapper.cli.XrayWrapperExitCode;
import com.mercedesbenz.sechub.xraywrapper.report.XrayWrapperReportException;

import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
Expand All @@ -12,6 +9,9 @@
import java.util.zip.ZipEntry;
import java.util.zip.ZipInputStream;

import com.mercedesbenz.sechub.xraywrapper.cli.XrayWrapperExitCode;
import com.mercedesbenz.sechub.xraywrapper.report.XrayWrapperReportException;

public class ZipFileExtractor {

public static boolean fileExists(String filename) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
package com.mercedesbenz.sechub.xraywrapper.util;

import com.mercedesbenz.sechub.xraywrapper.report.XrayWrapperReportException;
import org.junit.jupiter.api.Test;
import static com.mercedesbenz.sechub.xraywrapper.util.ZipFileExtractor.unzipFile;
import static org.junit.jupiter.api.Assertions.assertThrows;

import java.io.File;

import static com.mercedesbenz.sechub.xraywrapper.util.ZipFileExtractor.unzipFile;
import static org.junit.jupiter.api.Assertions.assertThrows;
import org.junit.jupiter.api.Test;

import com.mercedesbenz.sechub.xraywrapper.report.XrayWrapperReportException;

class ZipFileExtractorTest {

Expand Down

0 comments on commit 777f83c

Please sign in to comment.