Skip to content

Commit 35a0129

Browse files
committed
chore: removed comment on LinearHistory that is more confusing than helpful
1 parent f41b560 commit 35a0129

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

model-datastructure/src/commonMain/kotlin/org/modelix/model/LinearHistory.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ import org.modelix.model.lazy.IDeserializingKeyValueStore
55
import org.modelix.model.lazy.KVEntryReference
66
import org.modelix.model.persistent.CPVersion
77

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

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

0 commit comments

Comments
 (0)