Skip to content

Commit

Permalink
Make JSONFeedReader init public
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes Billman committed May 21, 2017
1 parent e5ef3aa commit 88e5bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JSONFeed/JSONFeedReader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public enum JSONFeedReaderError: Error {
public class JSONFeedReader {
private let session: URLSession

init(session: URLSession = URLSession(configuration: URLSessionConfiguration.default)) {
public init(session: URLSession = URLSession(configuration: URLSessionConfiguration.default)) {
self.session = session
}

Expand Down

0 comments on commit 88e5bcd

Please sign in to comment.