Skip to content

Commit

Permalink
Merge pull request #68 from kuzzleio/open-kuzzle-class
Browse files Browse the repository at this point in the history
Open Kuzzle class so it can be extended
  • Loading branch information
Shiranuit authored Mar 14, 2022
2 parents 0860d9f + b150d1e commit 2e59bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/io/kuzzle/sdk/Kuzzle.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import java.util.UUID
import java.util.concurrent.CompletableFuture
import kotlin.collections.HashMap

class Kuzzle {
open class Kuzzle {
val protocol: AbstractProtocol
val autoResubscribe: Boolean
private val queries: HashMap<String, CompletableFuture<Response>> = HashMap()
Expand Down

0 comments on commit 2e59bdc

Please sign in to comment.