legalName field can be val.

This commit is contained in:
Chris Rankin 2017-01-27 12:03:25 +00:00
parent c65b1a4363
commit 118d5eb48f

View File

@ -5,7 +5,7 @@ import javafx.beans.property.SimpleStringProperty
class NodeData {
var legalName = SimpleStringProperty("")
val legalName = SimpleStringProperty("")
val nearestCity = SimpleStringProperty("London")
val artemisPort = SimpleIntegerProperty(0)
val webPort = SimpleIntegerProperty(0)