Skip to content

Commit

Permalink
Making manager queue private
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Sep 25, 2014
1 parent b2daed7 commit 2e20828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Alamofire.swift
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ public class Manager {

private let delegate: SessionDelegate

let queue = dispatch_queue_create(nil, DISPATCH_QUEUE_SERIAL)
private let queue = dispatch_queue_create(nil, DISPATCH_QUEUE_SERIAL)

/// The underlying session.
public let session: NSURLSession
Expand Down

0 comments on commit 2e20828

Please sign in to comment.