>        this.name = checkNotNull(name, "name");
> +      this.uri = checkNotNull(uri, "uri of %s", uri);

Should be `checkNotNull(uri, "uri of %s", name);`?

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

Reply via email to