> +   /** 
> +    * The maximum length of HTTP requests is 5 (gigabytes). 
> +    */
> +   int MAX_LENGTH_HTTP_REQUEST = 5;
> +
> +   /** 
> +    * For an integer value n, limits the number of results to at 
> +    * most n values.
> +    */
> +   String LIMIT = "limit";
> +   
> +   /** 
> +    * Given a string value x, return object names greater in value than 
> +    * the specified marker. 
> +    */
> +   String MARKER = "marker";

Could you explain how the value of this constant relates to the doc comment? 
Sorry, confused here...

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/17/files#r6383683

Reply via email to