From 9b684443bb53e7dc20495ca208da235c50cc755f Mon Sep 17 00:00:00 2001 From: abhishek Date: Mon, 1 Nov 2010 09:09:18 -0700 Subject: [PATCH] bug 5190: Final commit to clean up an unused import, and to merge the changes with the master branch. status 5190: resolved fixed --- server/src/com/cloud/server/ManagementServer.java | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/com/cloud/server/ManagementServer.java b/server/src/com/cloud/server/ManagementServer.java index 92428ed3663..63b2bfbcbd1 100755 --- a/server/src/com/cloud/server/ManagementServer.java +++ b/server/src/com/cloud/server/ManagementServer.java @@ -25,7 +25,6 @@ import java.util.Map; import com.cloud.alert.AlertVO; import com.cloud.api.ServerApiException; -import com.cloud.api.commands.AssignPortForwardingServiceCmd; import com.cloud.api.commands.CreateDomainCmd; import com.cloud.api.commands.CreateUserCmd; import com.cloud.api.commands.DeleteDomainCmd;