> @@ -114,7 +114,7 @@
> @GET
> @ResponseParser(ParseQueues.class)
> @Consumes(MediaType.APPLICATION_JSON)
> - @Fallback(EmptyPaginatedCollectionOnNotFoundOr404.class)
> + @Fallback(NullOnNotFoundOr404.class)
> @Path("queues")
> Queues list(ListQueuesOptions options);
Should we mark this as `@Nullable Queues`, then, or at least add a comment to
that effect in the Javadoc?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/96/files#r12496920