Skip to content

Commit b85af8b

Browse files
committed
docs(black-duck): Add a missing "the"
Signed-off-by: Frank Viernau <[email protected]>
1 parent e50fcce commit b85af8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/advisors/black-duck/src/funTest/kotlin/ResponseCachingComponentServiceClient.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ private class ResponseCache {
8787
private val OriginView.key: String get() = "$externalNamespace:$externalId"
8888
private val ComponentsView.key: String
8989
// Only take the UUID of the version and variant, to avoid including the server URL into the key, to avoid
90-
// complexities related to replacement of the server URL.
90+
// complexities related to the replacement of the server URL.
9191
get() = variant.substringAfter("/versions/")

0 commit comments

Comments
 (0)