> +    public Set<org.jclouds.openstack.nova.v2_0.domain.FixedIp> getFixedIps() 
> {
> +        return fixedIps;
> +    }
> +
> +    public String getPortId() {
> +        return portId;
> +    }
> +
> +    public String getNetId() {
> +        return netId;
> +    }
> +
> +    public static class Builder {
> +
> +        /**
> +         * @see AttachInterfaceOptions#getPortState()()

Double `()()` here

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

Reply via email to