Commit fc3820d
committed
WorkspaceFolder: Add constructor default for limit (#11510)
See: https://mantis.ilias.de/view.php?id=46038
The `adheres_to_limit` property was nullable and never initialized before use. A constructor now creates a `BooleanValue`, sets it to `false`, and assigns it so the property is always defined.1 parent 4bc71a3 commit fc3820d
1 file changed
Lines changed: 8 additions & 1 deletion
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
42 | 49 | | |
43 | 50 | | |
44 | 51 | | |
| |||
0 commit comments