File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/alarm/ui/src/main/java/org/phoebus/applications/alarm/ui/tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -486,8 +486,8 @@ private void performUpdates()
486486 // but there are two problems:
487487 // Since we're currently using the alarm tree model item as a value,
488488 // the value as seen by the TreeView remains the same.
489- // We use a model item wrappers class as the cell value
490- // and replace it (still referencing the same model item!)
489+ // We could use a model item wrapper class as the cell value
490+ // and replace it (while still holding the same model item!)
491491 // for the TreeView to see a different wrapper value, but
492492 // as shown in org.phoebus.applications.alarm.TreeItemUpdateDemo,
493493 // replacing a tree cell value fails to trigger refreshes
You can’t perform that action at this time.
0 commit comments