Skip to content

Commit

Permalink
delete deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
udelunar committed Oct 17, 2017
1 parent bdf9189 commit ba0855d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SwiftNetwork/Request.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ open class Request: Selfie {
private var request: URLRequest?
private var task: URLSessionTask?

@available(*, deprecated: 3.0.4, message: "use instead the new initializer method")
// TODO , para versiones futuras borrar este metodo
public convenience init(method: String, baseUrl: String, endpoint: String, headers: [String: String]? = nil, urlParams: [String: Any]? = nil, bodyParams: [String: Any]? = nil, verbose: Bool = false) {
self.init(
method: method,
Expand Down

0 comments on commit ba0855d

Please sign in to comment.