mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8154: Fix typo in response name string: there is an extra 's'
Signed-off-by: René Moser <mail@renemoser.net>
This commit is contained in:
parent
9f55411295
commit
c7ebd13d02
|
|
@ -38,7 +38,7 @@ import com.cloud.user.Account;
|
|||
requestHasSensitiveInfo = false, responseHasSensitiveInfo = false)
|
||||
public class DeleteIsoCmd extends BaseAsyncCmd {
|
||||
public static final Logger s_logger = Logger.getLogger(DeleteIsoCmd.class.getName());
|
||||
private static final String s_name = "deleteisosresponse";
|
||||
private static final String s_name = "deleteisoresponse";
|
||||
|
||||
/////////////////////////////////////////////////////
|
||||
//////////////// API parameters /////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue