>  import org.jclouds.s3.reference.S3Headers;
>  
> -import com.google.common.collect.ImmutableSet;
> -import com.google.common.reflect.TypeToken;
> -import com.google.inject.Module;
> +import static org.jclouds.Constants.PROPERTY_RELAX_HOSTNAME;
> +import static org.jclouds.aws.reference.AWSConstants.PROPERTY_AUTH_TAG;
> +import static org.jclouds.aws.reference.AWSConstants.PROPERTY_HEADER_TAG;
> +import static 
> org.jclouds.blobstore.reference.BlobStoreConstants.PROPERTY_BLOBSTORE_DIRECTORY_SUFFIX;
> +import static 
> org.jclouds.blobstore.reference.BlobStoreConstants.PROPERTY_USER_METADATA_PREFIX;
> +import static org.jclouds.reflect.Reflection2.typeToken;
> +import static org.jclouds.s3.reference.S3Constants.PROPERTY_S3_SERVICE_PATH;
> +import static 
> org.jclouds.s3.reference.S3Constants.PROPERTY_S3_VIRTUAL_HOST_BUCKETS;

Static imports at the top of the file please. :) Here is the standard format 
for ordering imports:
- `static`
- `java`
- `javax`
- `org`
- `com`

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

Reply via email to