Skip to content

Commit

Permalink
Update IScan.java
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalhcl-5960 authored Jan 26, 2024
1 parent bdf2182 commit 4cd1196
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/java/com/hcl/appscan/sdk/scan/IScan.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* © Copyright IBM Corporation 2016.
* © Copyright HCL Technologies Ltd. 2017, 2024.
* © Copyright HCL Technologies Ltd. 2017.
* LICENSE: Apache License, Version 2.0 https://www.apache.org/licenses/LICENSE-2.0
*/

Expand All @@ -10,7 +10,6 @@
import com.hcl.appscan.sdk.error.ScannerException;
import com.hcl.appscan.sdk.logging.IProgress;
import com.hcl.appscan.sdk.results.IResultsProvider;
import org.apache.wink.json4j.JSONException;

public interface IScan {

Expand Down Expand Up @@ -59,4 +58,4 @@ public interface IScan {
public IScanServiceProvider getServiceProvider();

public String getReportFormat();
}
}

0 comments on commit 4cd1196

Please sign in to comment.