Skip to content

Commit

Permalink
refactor(fossid): Make a constructor argument a non-member
Browse files Browse the repository at this point in the history
This is not required to be a member variable.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Jul 2, 2024
1 parent 4bb80bb commit ed740e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/scanners/fossid/src/main/kotlin/FossId.kt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ import org.semver4j.Semver
class FossId internal constructor(
override val name: String,
private val config: FossIdConfig,
private val wrapperConfig: ScannerWrapperConfig
wrapperConfig: ScannerWrapperConfig
) : PackageScannerWrapper {
companion object {
@JvmStatic
Expand Down

0 comments on commit ed740e9

Please sign in to comment.