> + /** > + * Retrieve the list of services > + * <p/> > + * > + * @return the list of services > + */ > + PagedIterable<? extends Service> list(); > + > + PaginatedCollection<? extends Service> list(PaginationOptions options); > + > + /** > + * Creates a new Service > + * > + * @return the new Service > + */ > + Service create (String name, String type, String description);
Style minor: remove the space before the `(`. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/303/files#r10010865
