Skip to content

Commit

Permalink
Fixed copy-paste issue
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Oct 15, 2021
1 parent 8ffa707 commit 98acb0d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,7 @@ data class BpmnProcessObjectView(
val diagram: List<DiagramElement>
)

class PropertyTable(props: MutableMap<PropertyType, MutableList<Property>>) {

private val properties: MutableMap<PropertyType, MutableList<Property>> = props.mapValues { it.value.toMutableList() }.toMutableMap()
data class PropertyTable(private val properties: MutableMap<PropertyType, MutableList<Property>>) {

val keys get() = properties.keys

Expand Down

0 comments on commit 98acb0d

Please sign in to comment.