From 9fdd365a778523032faa640decce79f4af23cced Mon Sep 17 00:00:00 2001 From: Kevin Harwood Date: Fri, 24 Jul 2015 13:47:53 -0500 Subject: [PATCH] Updated documentation to remove reachability manager reference that is not used --- AFNetworking/AFHTTPSessionManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AFNetworking/AFHTTPSessionManager.h b/AFNetworking/AFHTTPSessionManager.h index 1b76433ed5..8e2193ca0d 100644 --- a/AFNetworking/AFHTTPSessionManager.h +++ b/AFNetworking/AFHTTPSessionManager.h @@ -84,7 +84,7 @@ NS_ASSUME_NONNULL_BEGIN @interface AFHTTPSessionManager : AFURLSessionManager /** - The URL used to monitor reachability, and construct requests from relative paths in methods like `requestWithMethod:URLString:parameters:`, and the `GET` / `POST` / et al. convenience methods. + The URL used to construct requests from relative paths in methods like `requestWithMethod:URLString:parameters:`, and the `GET` / `POST` / et al. convenience methods. */ @property (readonly, nonatomic, strong, nullable) NSURL *baseURL;