You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/06/15 11:14:36 UTC

[03/34] git commit: updated refs/heads/master to 7a57ce3

Remove unused imports to fix checkstyle warnings

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>

This closes #412


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8634fe5c
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8634fe5c
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8634fe5c

Branch: refs/heads/master
Commit: 8634fe5cf59c007c5dc86c1741be31ad3b9c66d2
Parents: 31a4f0a
Author: Rafael da Fonseca <rs...@gmail.com>
Authored: Sun Jun 14 15:57:54 2015 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Mon Jun 15 12:09:15 2015 +0300

----------------------------------------------------------------------
 .../cloudstack/api/command/admin/systemvm/ScaleSystemVMCmd.java   | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8634fe5c/api/src/org/apache/cloudstack/api/command/admin/systemvm/ScaleSystemVMCmd.java
----------------------------------------------------------------------
diff --git a/api/src/org/apache/cloudstack/api/command/admin/systemvm/ScaleSystemVMCmd.java b/api/src/org/apache/cloudstack/api/command/admin/systemvm/ScaleSystemVMCmd.java
index fa608cc..d53da36 100644
--- a/api/src/org/apache/cloudstack/api/command/admin/systemvm/ScaleSystemVMCmd.java
+++ b/api/src/org/apache/cloudstack/api/command/admin/systemvm/ScaleSystemVMCmd.java
@@ -16,9 +16,6 @@
 // under the License.
 package org.apache.cloudstack.api.command.admin.systemvm;
 
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.Iterator;
 import java.util.Map;
 
 import org.apache.log4j.Logger;