Skip to content

Commit 3e5fa2e

Browse files
committed
docs(scanner): Improve the details property description
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 26d4b76 commit 3e5fa2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanner/src/main/kotlin/ScannerWrapper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ sealed interface ScannerWrapper : Plugin {
4747
val configuration: String
4848

4949
/**
50-
* The details of the scanner.
50+
* A convenience property to access all scanner details at once.
5151
*/
5252
val details: ScannerDetails
5353
get() = ScannerDetails(descriptor.id, version, configuration)

0 commit comments

Comments
 (0)