You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jclouds.apache.org by Kris Sterckx <no...@github.com> on 2013/12/02 08:57:21 UTC

Re: [jclouds-labs-openstack] OS Neutron Extension Router (#47)

> @@ -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 {

On further thought, I'm going to remove the final again since everyone should be able to subclass these classes

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