You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/credentials/CodeWhispererClientAdaptor.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ import java.time.Instant
55
55
importjava.util.concurrent.TimeUnit
56
56
57
57
// 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")
0 commit comments