> + */
> +package org.jclouds.openstack.nova.v2_0.domain;
> +
> +import java.beans.ConstructorProperties;
> +
> +import com.google.common.base.Objects;
> +import com.google.common.base.Objects.ToStringHelper;
> +
> +import static com.google.common.base.Preconditions.checkArgument;
> +
> +/**
> + * Nova (or Neutron) network definition
> + * Used to provide support for network, port, and fixed_ip when booting Nova 
> servers.
> + * OpenStack will support either a Nova Network or Neutron, but not both at 
> the same time.
> + * Specifying a port is only possible with Neutron.
> + * @author Zack Shoylev

[minor] Blank line before `@author`?

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

Reply via email to