Skip to content

Commit edf1e9b

Browse files
committed
ScanSummary: Fix an old reference to ScanRecord
The `ScanRecord` class has been removed in 9d9a449. Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 5788347 commit edf1e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/src/main/kotlin/ScanSummary.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ data class ScanSummary(
6868

6969
/**
7070
* The list of issues that occurred during the scan. This property is not serialized if the list is empty to reduce
71-
* the size of the result file. If there are no issues at all, [ScanRecord.hasIssues] already contains that
71+
* the size of the result file. If there are no issues at all, [ScannerRun.hasIssues] already contains that
7272
* information.
7373
*/
7474
@JsonInclude(JsonInclude.Include.NON_EMPTY)

0 commit comments

Comments
 (0)