mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 20:28:00 +08:00
PL-10694 Remove ? extends T typing from CollectionChangeListener collectionChanged
This commit is contained in:
parent
bc5ca800df
commit
066c080070
@ -475,7 +475,7 @@ public interface CollectionDatasource<T extends Entity<K>, K> extends Datasource
|
||||
/**
|
||||
* Enclosed collection changed.
|
||||
*/
|
||||
void collectionChanged(CollectionChangeEvent<? extends T, K> e);
|
||||
void collectionChanged(CollectionChangeEvent<T, K> e);
|
||||
}
|
||||
|
||||
void addCollectionChangeListener(CollectionChangeListener<? super T, K> listener);
|
||||
|
Loading…
Reference in New Issue
Block a user