mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
fix build
This commit is contained in:
parent
e436d4327f
commit
5724f1ca96
@ -120,11 +120,6 @@ public class EntityManagerImpl implements EntityManager, Manager {
|
||||
GenericDao<T, ? extends Serializable> dao = (GenericDao<T, ? extends Serializable>)GenericDaoBase.getDao(entityType);
|
||||
return dao.customSearch(sc, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
public <T, K> List<K> search(SearchCriteria2<T, K> sc) {
|
||||
return sc.list();
|
||||
}
|
||||
|
||||
@Override
|
||||
public <T, K extends Serializable> void remove(Class<T> entityType, K id) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user