Skip to content

Commit

Permalink
chore(scanner): Remove obsolete docs
Browse files Browse the repository at this point in the history
Remove obsolete docs from the companion object of `ScanResultsStorage`.
This is a fixup for 1ad5357.

Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com>
  • Loading branch information
mnonnenmacher committed Mar 18, 2024
1 parent 18b456d commit 199cc9e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scanner/src/main/kotlin/ScanResultsStorage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ import org.ossreviewtoolkit.scanner.provenance.NestedProvenanceScanResult
* The abstract class that storage backends for scan results need to implement.
*/
abstract class ScanResultsStorage : PackageBasedScanStorage {
/**
* A companion object that allow to configure the globally used storage backend.
*/
companion object {
/**
* A successful [Result] with an empty list of [ScanResult]s.
Expand Down

0 comments on commit 199cc9e

Please sign in to comment.