Skip to content

Commit 49abf79

Browse files
committed
Revert "changed copyVisibility"
This reverts commit ba18e4f.
1 parent ba18e4f commit 49abf79

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

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

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

74-
@ConsistentCopyVisibility
7574
data class DefaultMetricEvent internal constructor(
7675
override val createTime: Instant,
7776
override val awsAccount: String,

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

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

9-
@ConsistentCopyVisibility
109
data class AttributeBagKey<T> private constructor(val key: String) {
1110
companion object {
1211
private val map: ConcurrentMap<String, AttributeBagKey<*>> = ConcurrentHashMap()

0 commit comments

Comments
 (0)