Skip to content

Commit ba18e4f

Browse files
committed
changed copyVisibility
1 parent 148d27a commit ba18e4f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

plugins/core/core/src/software/aws/toolkits/core/telemetry/MetricEvent.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ interface MetricEvent {
7171

7272
fun String.replaceIllegal(replacement: String = "") = this.replace(illegalCharsRegex, replacement)
7373

74+
@ConsistentCopyVisibility
7475
data class DefaultMetricEvent internal constructor(
7576
override val createTime: Instant,
7677
override val awsAccount: String,

plugins/core/core/src/software/aws/toolkits/core/utils/AttributeBag.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ package software.aws.toolkits.core.utils
66
import java.util.concurrent.ConcurrentHashMap
77
import java.util.concurrent.ConcurrentMap
88

9+
@ConsistentCopyVisibility
910
data class AttributeBagKey<T> private constructor(val key: String) {
1011
companion object {
1112
private val map: ConcurrentMap<String, AttributeBagKey<*>> = ConcurrentHashMap()

0 commit comments

Comments
 (0)