> @@ -29,7 +29,7 @@
>   * @author Nick Livens
>   * @see <a 
> href="http://docs.openstack.org/api/openstack-network/2.0/content/Subnets.html";>api
>  doc</a>
>   */
> -public class AllocationPool {
> +public final class AllocationPool {

You said we should make those classes final which are not meant to be 
subclassed. So I changed every single class which wasn't meant to be subclassed 
to final.

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

Reply via email to