Skip to content

Commit f6418f5

Browse files
committed
Access in static way
1 parent 734d444 commit f6418f5

File tree

1 file changed

+1
-1
lines changed
  • community/detectors/intel_neural_compressor_cve_2024_22476/src/main/java/com/google/tsunami/plugins/detectors/cves/cve202422476

1 file changed

+1
-1
lines changed

community/detectors/intel_neural_compressor_cve_2024_22476/src/main/java/com/google/tsunami/plugins/detectors/cves/cve202422476/Cve202422476VulnDetector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public final class Cve202422476VulnDetector implements VulnDetector {
8282
@UtcClock Clock utcClock, HttpClient httpClient, PayloadGenerator payloadGenerator)
8383
throws IOException {
8484
this.utcClock = checkNotNull(utcClock);
85-
this.httpClient =
85+
Cve202422476VulnDetector.httpClient =
8686
checkNotNull(httpClient, "HttpClient cannot be null.")
8787
.modify()
8888
.setFollowRedirects(false)

0 commit comments

Comments
 (0)