mirror of
https://github.com/corda/corda.git
synced 2024-12-28 00:38:55 +00:00
legalName field can be val.
This commit is contained in:
parent
c65b1a4363
commit
118d5eb48f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user