> @@ -59,6 +59,77 @@ public static Details create(String endpointId, String
> gateway, String ipAddress
> return new AutoValue_NetworkSettings_Details(endpointId, gateway,
> ipAddress, ipPrefixLen, ipv6Gateway, globalIPv6Address, globalIPv6PrefixLen,
> macAddress);
> }
> +
> + public static Builder builder() {
as you are adding the builders, can you please use
[this](https://github.com/google/auto/blob/master/value/userguide/builders.md) ?
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/284/files/a29d9bf656929d4b7b6d1a05cd9745618c142b77#r66798886