mirror of https://github.com/apache/cloudstack.git
Bug 11617 - Ensure the Deployment planner is choosing clusters based on aggregate capacity
Merge removed this import statement. Adding it back.
This commit is contained in:
parent
e0a179752d
commit
083b458f03
|
|
@ -21,6 +21,7 @@ package com.cloud.capacity.dao;
|
|||
import java.util.List;
|
||||
|
||||
import com.cloud.capacity.CapacityVO;
|
||||
import com.cloud.capacity.dao.CapacityDaoImpl.SummedCapacity;
|
||||
import com.cloud.utils.db.GenericDao;
|
||||
|
||||
public interface CapacityDao extends GenericDao<CapacityVO, Long> {
|
||||
|
|
|
|||
Loading…
Reference in New Issue