You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jclouds.apache.org by Andrew Phillips <no...@github.com> on 2013/10/26 23:26:41 UTC

Re: [jclouds-labs-openstack] JCLOUDS-306. added public acl to openstack-swift (#28)

>        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