> +import java.util.Properties;
> +
> +import static
> org.jclouds.openstack.keystone.v2_0.config.KeystoneProperties.CREDENTIAL_TYPE;
> +import static
> org.jclouds.openstack.keystone.v2_0.config.KeystoneProperties.SERVICE_TYPE;
> +
> +/**
> + * Implementation of {@link org.jclouds.apis.ApiMetadata} for Neutron 2.0 API
> + *
> + * @author Adam Lowe
> + * @author Nick Livens
> + */
> +public class NeutronApiMetadata extends BaseHttpApiMetadata<NeutronApi> {
> + /**
> + * The serialVersionUID
> + */
> + private static final long serialVersionUID = -7273686435105663195L;
What part isn't necessary? The "Implementation ..." part on the comments and
the serialVersionUID?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/23/files#r6080234