This commit is contained in:
OMGeeky
2025-06-16 12:38:00 +02:00
parent 57cf71da17
commit 829bb336b8
3 changed files with 3 additions and 11 deletions

View File

@@ -267,7 +267,7 @@ public final class CommonEditor {
}
List<ListDataListener> listeners = new CopyOnWriteArrayList<ListDataListener>();
List<ListDataListener> listeners = new CopyOnWriteArrayList<>();
@Override
public void addListDataListener(ListDataListener l) {