mirror of https://github.com/apache/cloudstack.git
Fixing EOF issues when pre-commit
This commit is contained in:
parent
bbbf8f839e
commit
9eef3c5ca1
|
|
@ -206,4 +206,4 @@ public class UpdateServiceOfferingCmd extends BaseCmd implements DomainAndZoneId
|
|||
throw new ServerApiException(ApiErrorCode.INTERNAL_ERROR, "Failed to update service offering");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,4 +49,4 @@ public class ServiceOfferingCategoryDaoImpl extends GenericDaoBase<ServiceOfferi
|
|||
public List<ServiceOfferingCategoryVO> listAll() {
|
||||
return listAll(null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -135,4 +135,4 @@ FROM
|
|||
`cloud`.`service_offering_details` AS `lease_expiry_action_details` ON `lease_expiry_action_details`.`service_offering_id` = `service_offering`.`id`
|
||||
AND `lease_expiry_action_details`.`name` = 'leaseexpiryaction'
|
||||
GROUP BY
|
||||
`service_offering`.`id`;
|
||||
`service_offering`.`id`;
|
||||
|
|
|
|||
|
|
@ -562,4 +562,4 @@ public class ServiceOfferingJoinVO extends BaseViewVO implements InternalIdentit
|
|||
}
|
||||
|
||||
public Long getCategoryId() { return categoryId; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue