>  import java.util.Map;
>  import java.util.concurrent.ExecutionException;
>  
>  import javax.inject.Named;
> -import javax.ws.rs.DELETE;
> -import javax.ws.rs.GET;
> -import javax.ws.rs.HEAD;
> -import javax.ws.rs.PUT;
> -import javax.ws.rs.Path;
> -import javax.ws.rs.PathParam;
> +import javax.ws.rs.*;

Violates our AvoidStarImport Checkstyle rule.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/52/files#r5019166

Reply via email to