Skip to content

Commit ca3b92b

Browse files
committed
remove comment
1 parent 555bd9a commit ca3b92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/runtime-core/common/src/aws/smithy/kotlin/runtime/businessmetrics/BusinessMetricsUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public enum class SmithyBusinessMetric(public override val identifier: String) :
8888
GZIP_REQUEST_COMPRESSION("L"),
8989
PROTOCOL_RPC_V2_CBOR("M"),
9090
SERVICE_ENDPOINT_OVERRIDE("N"),
91-
ACCOUNT_ID_BASED_ENDPOINT("O"), // Should this be Removed?: https://code.amazon.com/packages/AwsDrSeps/blobs/main/--/FEATURES.md
91+
ACCOUNT_ID_BASED_ENDPOINT("O"),
9292
ACCOUNT_ID_MODE_PREFERRED("P"),
9393
ACCOUNT_ID_MODE_DISABLED("Q"),
9494
ACCOUNT_ID_MODE_REQUIRED("R"),

0 commit comments

Comments
 (0)