mirror of
https://github.com/corda/corda.git
synced 2024-12-29 09:18:58 +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 {
|
class NodeData {
|
||||||
|
|
||||||
var legalName = SimpleStringProperty("")
|
val legalName = SimpleStringProperty("")
|
||||||
val nearestCity = SimpleStringProperty("London")
|
val nearestCity = SimpleStringProperty("London")
|
||||||
val artemisPort = SimpleIntegerProperty(0)
|
val artemisPort = SimpleIntegerProperty(0)
|
||||||
val webPort = SimpleIntegerProperty(0)
|
val webPort = SimpleIntegerProperty(0)
|
||||||
|
Loading…
Reference in New Issue
Block a user