mirror of
https://github.com/OMGeeky/ATCS.git
synced 2026-01-16 16:36:47 +01:00
cleanup
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user