We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ScanRecord
1 parent 5788347 commit edf1e9bCopy full SHA for edf1e9b
model/src/main/kotlin/ScanSummary.kt
@@ -68,7 +68,7 @@ data class ScanSummary(
68
69
/**
70
* 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
+ * the size of the result file. If there are no issues at all, [ScannerRun.hasIssues] already contains that
72
* information.
73
*/
74
@JsonInclude(JsonInclude.Include.NON_EMPTY)
0 commit comments