Skip to content

Commit 9469478

Browse files
committed
update again
1 parent f71190f commit 9469478

File tree

1 file changed

+4
-1
lines changed
  • plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/credentials

1 file changed

+4
-1
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/credentials/CodeWhispererClientAdaptor.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ import java.time.Instant
5555
import java.util.concurrent.TimeUnit
5656

5757
// As the connection is project-level, we need to make this project-level too
58-
@Deprecated("It was needed as we were supporting two service models (sigv4 & bearer), it's no longer needed as we remove sigv4 support")
58+
@Deprecated(
59+
"It was needed as we were supporting two service models (sigv4 & bearer), " +
60+
"it's no longer the case as we remove sigv4 support, should use AwsClientManager.getClient() directly"
61+
)
5962
interface CodeWhispererClientAdaptor {
6063
val project: Project
6164

0 commit comments

Comments
 (0)