Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Dohan committed Apr 28, 2024
1 parent 8a027c5 commit 52059fc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ open class CSJsonObjectStore : CSJsonObject(), CSStore {
else isBulkSaveDirty = true
}

protected var isBulkSave = false
private var isBulkSaveDirty = false
var isBulkSave = false
private set

@Deprecated("Use pause")
override fun bulkSave(): Closeable {
Expand Down

0 comments on commit 52059fc

Please sign in to comment.