Skip to content

Commit

Permalink
Remove glue code
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskn committed Jun 21, 2024
1 parent 979c540 commit a7037b7
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ import com.structurizr.model.Model
import com.structurizr.model.Person
import com.structurizr.model.SoftwareSystem
import com.structurizr.model.StaticStructureElement
import com.structurizr.model.enterpriseNameProperty

/**
* Stores the name of the enterprise this model belongs to if set
*/
var Model.enterpriseName: String?
set(name) { this.enterpriseNameProperty = name }
get() = this.enterpriseNameProperty

private const val ENTERPRISE_NAME_PROPERTY = "enterprise:name"

Expand Down

0 comments on commit a7037b7

Please sign in to comment.