Skip to content

Commit 0321a5f

Browse files
authored
Merge pull request #48 from vapor-community/warning
Using class keyword is deprecated, replacing by AnyObject
2 parents 17b2eec + 5a8d921 commit 0321a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Sources/GoogleCloudAPIRequest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import NIOFoundationCompat
1111
import NIOHTTP1
1212
import AsyncHTTPClient
1313

14-
public protocol GoogleCloudAPIRequest: class {
14+
public protocol GoogleCloudAPIRequest: AnyObject {
1515
var refreshableToken: OAuthRefreshable { get }
1616
var project: String { get }
1717
var httpClient: HTTPClient { get }

0 commit comments

Comments
 (0)