> @@ -43,4 +51,36 @@ public void machineTypes() {
>
> assertEquals(machineTypeAsList.size(), 9); // zone count!
> }
> +
> + public void addresses() {
> + Iterator<ListPage<Address>> pageIterator =
> api().addresses(maxResults(1));
can you please switch to triple space? It is hard to read these files when they
are in mixed indent. There's a formatter here, if you like
http://wiki.apache.org/jclouds/Coding%20Standards
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/92/files#r20270296