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