Skip to content

Commit 48711ea

Browse files
Update CBLEncoder.swift (#3)
Update to Open Protection Level. https://cocoacasts.com/what-is-the-difference-between-public-and-open-in-swift-3/
1 parent 8460c8e commit 48711ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CouchbaseLiteSwiftCoder/CBLEncoder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import CouchbaseLiteSwift
33

44
public protocol CBLEncodable: Encodable { }
55

6-
public class CBLEncoder {
6+
open class CBLEncoder {
77
public func encode<T: CBLEncodable>(_ value: T) throws -> MutableDocument {
88
return try encode(value, into: MutableDocument())
99
}

0 commit comments

Comments
 (0)