Skip to content

Commit fb3e7de

Browse files
committed
Remove unused imports
1 parent 4d7472c commit fb3e7de

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

api/src/main/java/org/apache/cloudstack/api/command/admin/management/RemoveManagementServerCmd.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@
2828
import org.apache.cloudstack.api.response.SuccessResponse;
2929
import org.apache.cloudstack.context.CallContext;
3030

31-
import com.cloud.exception.ConcurrentOperationException;
32-
import com.cloud.exception.NetworkRuleConflictException;
33-
import com.cloud.exception.InsufficientCapacityException;
34-
import com.cloud.exception.ResourceAllocationException;
35-
import com.cloud.exception.ResourceUnavailableException;
36-
3731
@APICommand(name = "removeManagementServer", description = "Removes a Management Server.", responseObject = SuccessResponse.class,
3832
requestHasSensitiveInfo = false, responseHasSensitiveInfo = false, authorized = RoleType.Admin)
3933
public class RemoveManagementServerCmd extends BaseCmd {

0 commit comments

Comments
 (0)