> @@ -54,6 +54,25 @@
> /**
> * Return only those images having a matching name attribute
> */
> + public ListImageOptions changesSince(Date ifModifiedSince) {
See related comment on the other PR...a variable named `ifModifiedSince` sounds
more like a boolean to me? The value he somehow represents the "search
threshold", no? So "modifiedAfter" or "modifiedSince" or "modifiedSinceDate" or
so?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/137/files#r17206577