Skip to content

Commit f71190f

Browse files
committed
update str
1 parent 4ab7d86 commit f71190f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ 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("Methods can throw a NullPointerException if callee does not check if connection is valid")
58+
@Deprecated("It was needed as we were supporting two service models (sigv4 & bearer), it's no longer needed as we remove sigv4 support")
5959
interface CodeWhispererClientAdaptor {
6060
val project: Project
6161

0 commit comments

Comments
 (0)