Skip to content

Commit 2569768

Browse files
authored
fix(rt): Use sdk internal annotation over smithy version (#371)
1 parent 7da1c2b commit 2569768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws-runtime/http-client-engine-crt/common/src/aws/sdk/kotlin/runtime/http/engine/crt/CrtHttpEngineConfig.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ package aws.sdk.kotlin.runtime.http.engine.crt
77

88
import aws.sdk.kotlin.crt.io.ClientBootstrap
99
import aws.sdk.kotlin.crt.io.TlsContext
10+
import aws.sdk.kotlin.runtime.InternalSdkApi
1011
import aws.smithy.kotlin.runtime.http.engine.HttpClientEngineConfig
11-
import aws.smithy.kotlin.runtime.util.InternalApi
1212

13-
@InternalApi
13+
@InternalSdkApi
1414
public class CrtHttpEngineConfig private constructor(builder: Builder) : HttpClientEngineConfig(builder) {
1515
public companion object {
1616
/**

0 commit comments

Comments
 (0)