Skip to content

Commit a36348a

Browse files
author
Daman Arora
committed
test commit
1 parent 3d6cafe commit a36348a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/apache/cloudstack/api/command/admin/vm/ListVMsCmdByAdmin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
import com.cloud.vm.VirtualMachine;
3232

33-
@APICommand(name = "listVirtualMachines", description = "List the virtual machines owned by the account.", responseObject = UserVmResponse.class, responseView = ResponseView.Full, entityType = {VirtualMachine.class},
33+
@APICommand(name = "listVirtualMachines", description = "List the virtual machines owned by the account. (Update by Daman)", responseObject = UserVmResponse.class, responseView = ResponseView.Full, entityType = {VirtualMachine.class},
3434
requestHasSensitiveInfo = false, responseHasSensitiveInfo = true)
3535
public class ListVMsCmdByAdmin extends ListVMsCmd implements AdminCmd {
3636

0 commit comments

Comments
 (0)