>         */
>        public static PaginationOptions limit(int limit) {
>           PaginationOptions options = new PaginationOptions();
>           return options.limit(limit);
>        }
> -
> -      /**
> -       * @see PaginationOptions#changesSince(Date)
> -       */
> -      public static PaginationOptions changesSince(Date since) {

@demobox I added it back and deprecated appropriately. Good catch, thx!

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/499/files#r17322298

Reply via email to