diff options
author | Daryle Walker <dwalker07@yahoo.com> | 2015-12-29 15:42:16 -0500 |
---|---|---|
committer | Daryle Walker <dwalker07@yahoo.com> | 2015-12-29 15:42:16 -0500 |
commit | b0635b9e8f3ba3b48d1335b95ff32bd1731d74b5 (patch) | |
tree | 1a02da292f1fc626dac0a7978a4229a8086dae72 /src/objc/nntp | |
parent | 0a06951d94e560268811c5f004574e56ba2c3e94 (diff) |
Follow suggestions from @dinhviethoa.
Follow suggestions to remove one unnecessary overload and to mark other
as depreciated. (A third suggestion was covered by another commit.)
Diffstat (limited to 'src/objc/nntp')
-rw-r--r-- | src/objc/nntp/MCONNTPSession.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objc/nntp/MCONNTPSession.h b/src/objc/nntp/MCONNTPSession.h index 6b540947..ce382577 100644 --- a/src/objc/nntp/MCONNTPSession.h +++ b/src/objc/nntp/MCONNTPSession.h @@ -153,7 +153,7 @@ // messageData is the RFC 822 formatted message data. }]; */ -- (MCONNTPFetchArticleOperation *) fetchArticleOperationWithMessageID:(NSString *)messageID inGroup:(NSString * __nullable)group; +- (MCONNTPFetchArticleOperation *) fetchArticleOperationWithMessageID:(NSString *)messageID inGroup:(NSString * __nullable)group DEPRECATED_ATTRIBUTE; /** Returns an operation that will fetch the server's date and time. |