Skip to content

Commit 99278c0

Browse files
Fixed a nullability warning
1 parent 12c5571 commit 99278c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RMQClient/RMQConnection.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,6 @@
248248
* It is used when secrets have an expiration date and need to be renewed, like OAuth 2 tokens.
249249
* @param secret The new secret.
250250
*/
251-
- (void)updateSecret:(NSString *)secret;
251+
- (void)updateSecret:(nonnull NSString *)secret;
252252

253253
@end

0 commit comments

Comments
 (0)