Remove unused imports to fix checkstyle warnings

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

This closes #414
This commit is contained in:
Rafael da Fonseca 2015-06-14 16:01:11 +02:00 committed by Rohit Yadav
parent 9c4162ac7f
commit 16baa1289b
2 changed files with 0 additions and 6 deletions

View File

@ -16,9 +16,6 @@
// under the License.
package org.apache.cloudstack.api.command.user.vm;
import java.util.Collection;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;

View File

@ -16,9 +16,6 @@
// under the License.
package org.apache.cloudstack.api.command.user.vm;
import java.util.Collection;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import org.apache.log4j.Logger;