Skip to content

Commit

Permalink
chore: removed comment on LinearHistory that is more confusing than h…
Browse files Browse the repository at this point in the history
…elpful
  • Loading branch information
slisson committed Sep 22, 2023
1 parent f41b560 commit 35a0129
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ import org.modelix.model.lazy.IDeserializingKeyValueStore
import org.modelix.model.lazy.KVEntryReference
import org.modelix.model.persistent.CPVersion

/**
* When merging two branches there might be conflicts between operations that need to be resolved in a deterministic
* way. This class puts them in an order that preserves the order of earlier merges.
*/
class LinearHistory(val baseVersionHash: String?) {

val version2descendants: MutableMap<Long, MutableSet<Long>> = HashMap()
Expand Down

0 comments on commit 35a0129

Please sign in to comment.