> @@ -54,6 +54,24 @@
>     /**
>      * Return only those images having a matching name attribute
>      */
> +   public ListImageOptions changesSince(Date ifModifiedSince) {
> +      queryParameters.put("changes-since", checkNotNull(ifModifiedSince, 
> "ifModifiedSince").getTime() / 1000 + "");

The checkNotNull message should be more descriptive.

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

Reply via email to