> +import javax.ws.rs.GET; > +import javax.ws.rs.Path; > +import javax.ws.rs.PathParam; > +import javax.ws.rs.core.MediaType; > + > +/** > + * Provides asynchronous access to Quota via their REST API. > + * > + * @author Inbar Stolberg > + * @see QuotaApi > + * @see <a href="http://api.openstack.org/">API Doc</a> > + */ > +@SkipEncoding({'/', '='}) > +@RequestFilters(AuthenticateRequest.class) > +@Path("/os-quota-sets") > +//@org.jclouds.rest.annotations.Endpoint(BlockStorage.class)
Remove commented out code. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/178/files#r6957415
