We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ef3aa commit 88e5bcdCopy full SHA for 88e5bcd
JSONFeed/JSONFeedReader.swift
@@ -13,7 +13,7 @@ public enum JSONFeedReaderError: Error {
13
public class JSONFeedReader {
14
private let session: URLSession
15
16
- init(session: URLSession = URLSession(configuration: URLSessionConfiguration.default)) {
+ public init(session: URLSession = URLSession(configuration: URLSessionConfiguration.default)) {
17
self.session = session
18
}
19
0 commit comments