Github user jburwell commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/801#discussion_r39896665
  
    --- Diff: 
plugins/network-elements/nuage-vsp/src/com/cloud/api/commands/DeleteNuageVspDeviceCmd.java
 ---
    @@ -38,6 +28,15 @@
     import com.cloud.exception.ResourceUnavailableException;
     import com.cloud.network.manager.NuageVspManager;
     import com.cloud.utils.exception.CloudRuntimeException;
    +import org.apache.cloudstack.api.APICommand;
    +import org.apache.cloudstack.api.ApiErrorCode;
    +import org.apache.cloudstack.api.BaseAsyncCmd;
    +import org.apache.cloudstack.api.Parameter;
    +import org.apache.cloudstack.api.ServerApiException;
    +import org.apache.cloudstack.api.response.SuccessResponse;
    +import org.apache.cloudstack.context.CallContext;
    +
    +import javax.inject.Inject;
     
     @APICommand(name = "deleteNuageVspDevice", responseObject = 
SuccessResponse.class, description = "delete a nuage vsp device")
    --- End diff --
    
    The since attribute should be declared on all APICommands for clearer 
documentation.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to