CLOUDSTACK-8592:removing test code

This commit is contained in:
Abhinandan Prateek 2015-10-29 11:58:53 +05:30
parent 5161da6abf
commit fe21b4ddb6
1 changed files with 0 additions and 5 deletions

View File

@ -25,7 +25,6 @@ import org.apache.cloudstack.api.Parameter;
import org.apache.cloudstack.api.response.ListResponse;
import org.apache.cloudstack.api.response.QuotaResponseBuilder;
import org.apache.cloudstack.api.response.QuotaTariffResponse;
import org.apache.cloudstack.quota.QuotaManager;
import org.apache.cloudstack.quota.vo.QuotaTariffVO;
import org.apache.log4j.Logger;
@ -43,9 +42,6 @@ public class QuotaTariffListCmd extends BaseListCmd {
@Inject
QuotaResponseBuilder _responseBuilder;
@Inject
QuotaManager _quotaManager;
@Parameter(name = ApiConstants.USAGE_TYPE, type = CommandType.INTEGER, required = false, description = "Usage type of the resource")
private Integer usageType;
@ -58,7 +54,6 @@ public class QuotaTariffListCmd extends BaseListCmd {
@Override
public void execute() {
_quotaManager.calculateQuotaUsage();
final List<QuotaTariffVO> result = _responseBuilder.listQuotaTariffPlans(this);