This repository was archived by the owner on Apr 28, 2023. It is now read-only.
Commit 96d058f
committed
ScheduleTree: make "write" method abstract
It does not make sense to output a tree node for which we don't know the
specific type. This change also makes the ScheduleTree class abstract,
making it impossible to construct instances of this class even
privately.1 parent 58cd495 commit 96d058f
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
466 | | - | |
467 | | - | |
468 | | - | |
| 466 | + | |
469 | 467 | | |
470 | 468 | | |
471 | 469 | | |
| |||
0 commit comments