> 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/28/files#r7235112
