Skip to content

Commit

Permalink
Housekeeping
Browse files Browse the repository at this point in the history
Signed-off-by: iliou <[email protected]>
  • Loading branch information
dimitris-iliou committed Jan 15, 2024
1 parent d1f6ed7 commit 3710e5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ sealed interface LicenseEntry {
@Serializable
data class Version3(
override val score: Float,
override val matchedText: String, // This might be explicitly set to null in JSON.
override val matchedText: String,
override val startLine: Int,
override val endLine: Int,
override val licenseExpression: String
Expand Down

0 comments on commit 3710e5b

Please sign in to comment.