Skip to content

Commit 88e5bcd

Browse files
author
Wes Billman
committed
Make JSONFeedReader init public
1 parent e5ef3aa commit 88e5bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JSONFeed/JSONFeedReader.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public enum JSONFeedReaderError: Error {
1313
public class JSONFeedReader {
1414
private let session: URLSession
1515

16-
init(session: URLSession = URLSession(configuration: URLSessionConfiguration.default)) {
16+
public init(session: URLSession = URLSession(configuration: URLSessionConfiguration.default)) {
1717
self.session = session
1818
}
1919

0 commit comments

Comments
 (0)