> super(id, name, location, uri, userMetadata); > this.eTag = eTag; > this.creationDate = creationDate; > this.lastModified = lastModified; > this.type = checkNotNull(type, "type"); > + this.size = size; > + } > + > + /** @deprecated use 10-argument variant of constructor. */
Done. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/465/files#r22497194
