Commit 3ee3027
committed
Fix for "Use !option handwritten true" warning
C4-PlantUML is compatible up to v1.2023.5 (because of the `?=` operator being used).
We can't use JSON notation (i.e. `$versionPart[1]`) as that triggers a ClassCastException in versions older than v1.2024.5.
The function `%splitstr()` is safe, as it was added in v1.2022.2
Fixes #3961 parent 61f08fd commit 3ee3027
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1392 | 1392 | | |
1393 | 1393 | | |
1394 | 1394 | | |
| 1395 | + | |
| 1396 | + | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
1395 | 1409 | | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
1396 | 1414 | | |
1397 | 1415 | | |
1398 | 1416 | | |
| |||
0 commit comments