Skip to content

Commit 4d7472c

Browse files
Update api/src/main/java/org/apache/cloudstack/api/command/admin/management/RemoveManagementServerCmd.java
Co-authored-by: Fabricio Duarte <[email protected]>
1 parent b656688 commit 4d7472c

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/management/RemoveManagementServerCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public Long getId() {
4646
}
4747

4848
@Override
49-
public void execute() throws ResourceUnavailableException, InsufficientCapacityException, ServerApiException, ConcurrentOperationException, ResourceAllocationException, NetworkRuleConflictException {
49+
public void execute() {
5050
boolean result = _mgr.removeManagementServer(this);
5151
if (result) {
5252
SuccessResponse response = new SuccessResponse(getCommandName());

0 commit comments

Comments
 (0)