Skip to content

Commit e412d41

Browse files
author
Adolfo Martinelli
committed
Cleanup build warnings
1 parent 5ef36e5 commit e412d41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SwiftMQTT/SwiftMQTT/MQTTSession.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ open class MQTTSession {
2323
let connectionTimeout: TimeInterval
2424
let useSSL: Bool
2525

26-
open let cleanSession: Bool
27-
open let keepAlive: UInt16
28-
open let clientID: String
26+
public let cleanSession: Bool
27+
public let keepAlive: UInt16
28+
public let clientID: String
2929

3030
open var username: String?
3131
open var password: String?

0 commit comments

Comments
 (0)