> +package org.jclouds.glacier.options;
> +
> +import static com.google.common.base.Preconditions.checkNotNull;
> +import static com.google.common.base.Preconditions.checkState;
> +
> +import org.jclouds.http.options.BaseHttpRequestOptions;
> +
> +/**
> + * Pagination options used to specify the collection responses.
> + *
> + * @author Roman Coedo
> + */
> +public class PaginationOptions extends BaseHttpRequestOptions {
> +
> +   private static int MIN_LIMIT = 1;
> +   private static int MAX_LIMIT = 1000;

Make both variables final

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/4/files#r12843316

Reply via email to