> @@ -126,7 +124,7 @@ Operation createInIPv4Range(@PayloadParam("name") String
> networkName,
> @Transform(NetworkPages.class)
> Iterator<ListPage<Network>> list(ListOptions options);
>
> - static final class NetworkPages extends BaseToIteratorOfListPage<Network,
> NetworkPages> {
> + final class NetworkPages extends BaseToIteratorOfListPage<Network,
> NetworkPages> {
What is the purpose of removing the static modifier?
--
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/pull/1006/files/0c51ed39650e9cab341136716a9d9732c63f7dd0#r78043212