> @@ -16,12 +16,13 @@
>   */
>  package org.jclouds.openstack.neutron.v2;
>  
> -import java.io.Closeable;
> -import java.util.Set;
> -

@zack-shoylev It looks like your IDE import config is different than the rest 
of the codebase. We usually organize imports in this order:
- static imports
- `java`
- `javax`
- `org`
- `com`

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/132/files#r16546384

Reply via email to