> +    * 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";
> +
> +   /** 
> +    * Given a string value x, return object names lower in value than the 
> +    * specified end marker.
> +    */
> +   String END_MARKER = "end_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#r6383685

Reply via email to