Commit 9e2bdb5
committed
Do not call addListener in constructor of Item #2733
The method is not final, which may cause issues if a subclass overrides
it because it ends up being called upon instantiation, when the object
is not fully initialized
Fixes #27331 parent d03c44e commit 9e2bdb5
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments