Skip to content

Commit

Permalink
cr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalk007 committed Sep 1, 2024
1 parent fc59dc4 commit ca8535e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/jfrog/ide/idea/scan/ScanBinaryExecutor.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ String getBinaryDownloadURL(String externalResourcesRepo) {
abstract List<JFrogSecurityWarning> execute(ScanConfig.Builder inputFileBuilder, Runnable checkCanceled, ProgressIndicator indicator) throws IOException, InterruptedException, URISyntaxException;

protected List<JFrogSecurityWarning> execute(ScanConfig.Builder inputFileBuilder, List<String> args, Runnable checkCanceled, ProgressIndicator indicator) throws IOException, InterruptedException {
log.warn("reading");
log.warn(execute(inputFileBuilder, args, checkCanceled, false, indicator).toString());
return execute(inputFileBuilder, args, checkCanceled, false, indicator);
}

Expand Down

0 comments on commit ca8535e

Please sign in to comment.