Skip to content

Commit

Permalink
docs(black-duck): Add a missing "the"
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Jan 13, 2025
1 parent e50fcce commit b85af8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ private class ResponseCache {
private val OriginView.key: String get() = "$externalNamespace:$externalId"
private val ComponentsView.key: String
// Only take the UUID of the version and variant, to avoid including the server URL into the key, to avoid
// complexities related to replacement of the server URL.
// complexities related to the replacement of the server URL.
get() = variant.substringAfter("/versions/")

0 comments on commit b85af8b

Please sign in to comment.