File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
plugins/core/core/src/software/aws/toolkits/core Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ interface MetricEvent {
7171
7272fun String.replaceIllegal (replacement : String = "") = this .replace(illegalCharsRegex, replacement)
7373
74+ @ConsistentCopyVisibility
7475data class DefaultMetricEvent internal constructor(
7576 override val createTime : Instant ,
7677 override val awsAccount : String ,
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ package software.aws.toolkits.core.utils
66import java.util.concurrent.ConcurrentHashMap
77import java.util.concurrent.ConcurrentMap
88
9+ @ConsistentCopyVisibility
910data class AttributeBagKey <T > private constructor(val key : String ) {
1011 companion object {
1112 private val map: ConcurrentMap <String , AttributeBagKey <* >> = ConcurrentHashMap ()
You can’t perform that action at this time.
0 commit comments