Skip to content

Commit aa879df

Browse files
committed
Add ConsistentCopyVisibility annotation
1 parent 03afb6d commit aa879df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/core/src/testFixtures/kotlin/testutils/MavenRepoUrl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package testutils
22

3-
@Suppress("DataClassPrivateConstructor")
3+
@ConsistentCopyVisibility
44
data class MavenRepoUrl private constructor(val url: String) {
55

66
fun metadataUrlForArtifact(group: String, name: String): String =

0 commit comments

Comments
 (0)