Replacing public properties by getters and setters

This commit is contained in:
Cédric Belin
2018-11-08 18:00:19 +01:00
parent ded2f54c96
commit c0653faeb7
9 changed files with 423 additions and 97 deletions

6
.vscode/tasks.json vendored
View File

@ -31,6 +31,12 @@
"label": "robo : upgrade",
"problemMatcher": [],
"type": "shell"
},
{
"command": "robo watch",
"label": "robo : watch",
"problemMatcher": [],
"type": "shell"
}
]
}