Skip to content

Commit edf129d

Browse files
committed
typo
1 parent 881c757 commit edf129d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/alarm/ui/src/main/java/org/phoebus/applications/alarm/ui/tree/AlarmTreeView.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)