Repository: jclouds Updated Branches: refs/heads/master 1f08b692c -> 266d7f847
Address Checkstyle violations Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/076e31b0 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/076e31b0 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/076e31b0 Branch: refs/heads/master Commit: 076e31b076d0b43fc80b0265fd3fa244fd549069 Parents: 1f08b69 Author: Andrew Gaul <[email protected]> Authored: Tue Feb 18 22:33:56 2014 -0800 Committer: Andrew Gaul <[email protected]> Committed: Tue Feb 18 22:33:56 2014 -0800 ---------------------------------------------------------------------- .../src/main/java/org/jclouds/ec2/compute/EC2ComputeService.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/076e31b0/apis/ec2/src/main/java/org/jclouds/ec2/compute/EC2ComputeService.java ---------------------------------------------------------------------- diff --git a/apis/ec2/src/main/java/org/jclouds/ec2/compute/EC2ComputeService.java b/apis/ec2/src/main/java/org/jclouds/ec2/compute/EC2ComputeService.java index 2dc2197..9748081 100644 --- a/apis/ec2/src/main/java/org/jclouds/ec2/compute/EC2ComputeService.java +++ b/apis/ec2/src/main/java/org/jclouds/ec2/compute/EC2ComputeService.java @@ -54,8 +54,6 @@ import com.google.common.collect.ImmutableMap; import com.google.common.collect.ImmutableMultimap; import com.google.common.collect.ImmutableMultimap.Builder; import com.google.common.collect.ImmutableSet; -import com.google.common.collect.Iterables; -import com.google.common.collect.Lists; import com.google.common.collect.Maps; import com.google.common.collect.Multimap; import com.google.common.util.concurrent.ListeningExecutorService;
