You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Prasanna Santhanam (JIRA)" <ji...@apache.org> on 2013/05/28 12:50:19 UTC

[jira] [Created] (CLOUDSTACK-2712) response object of updateHypervisorCapabilities is set to ServiceOfferingResponse

Prasanna Santhanam created CLOUDSTACK-2712:
----------------------------------------------

             Summary: response object of updateHypervisorCapabilities is set to ServiceOfferingResponse
                 Key: CLOUDSTACK-2712
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2712
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: API
    Affects Versions: 4.2.0
            Reporter: Prasanna Santhanam
            Assignee: Prasanna Santhanam
             Fix For: 4.2.0


@APICommand(name = "updateHypervisorCapabilities", description="Updates a hypervisor capabilities.", responseObject=ServiceOfferingResponse.class, since="3.0.0")
public class UpdateHypervisorCapabilitiesCmd extends BaseCmd {

should be

@APICommand(name = "updateHypervisorCapabilities", description="Updates a hypervisor capabilities.", responseObject=HypervisorCapabilitiesResponse.class, since="3.0.0")
public class UpdateHypervisorCapabilitiesCmd extends BaseCmd {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira